diff options
Diffstat (limited to '.extras/nvchecker.toml')
| -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" |
