diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-21 15:35:33 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-21 15:35:33 +0200 |
| commit | cb0cfdccf84a927335691ff21fac5efc16d3f5d6 (patch) | |
| tree | cae3191fe9b873bc577c6c453bfe75871d82259b /.extras | |
| parent | a7ced294e1d3ab38aa210cbf2ab2c8809d7cef99 (diff) | |
| download | sbo-slackbuilds-cb0cfdccf84a927335691ff21fac5efc16d3f5d6.tar.gz sbo-slackbuilds-cb0cfdccf84a927335691ff21fac5efc16d3f5d6.zip | |
Diffstat (limited to '.extras')
| -rw-r--r-- | .extras/nvchecker.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index c953560..9afeb41 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -53,3 +53,13 @@ prefix = "v" source = "regex" url = "https://apt.metasploit.com/" regex = "metasploit-framework_([A-Za-z0-9._-]+)~.*_amd64.deb" + +# Tracked from the codeberg tags, matching DOWNLOAD: the PyPI sdist omits +# telethon_generator/ and cannot be built from source. Codeberg is Forgejo, +# so the gitea source works against it with a host override. +[python3-telethon] +source = "gitea" +gitea = "Lonami/Telethon" +host = "codeberg.org" +use_max_tag = true +prefix = "v" |
