diff options
Diffstat (limited to '.extras/nvchecker.toml')
| -rw-r--r-- | .extras/nvchecker.toml | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml index 892b27b..51d0ca8 100644 --- a/.extras/nvchecker.toml +++ b/.extras/nvchecker.toml @@ -146,16 +146,6 @@ prefix = "release-" source = "cmd" cmd = '''curl -fsSL https://git.danix.xyz/hyprsunset-qt/refs/tags | grep -oE 'hyprsunset-qt-[0-9.]+\.tar' | sed 's/hyprsunset-qt-//;s/\.tar//' | sort -V | tail -1''' -# 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" - # Typora is proprietary with no git repo, so there is no github/pypi feed. # The Linux changelog page is the only per-platform source of truth: its # newest <h2> is the current Linux version. Do NOT use dev_update.xml, which @@ -182,3 +172,9 @@ prefix = "v" [edge-tts] source = "pypi" pypi = "edge-tts" + +[qtmaildir] +source = "github" +github = "danixland/qtmaildir" +use_latest_release = true +prefix = "v" |
