update nvchecker

This commit is contained in:
Christian Schendel 2025-12-03 13:04:54 +00:00
parent 0c96895143
commit ddd57ce56f
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 61 additions and 31 deletions

View file

@ -3,6 +3,7 @@ oldver = "current_version.json"
newver = "new_version.json"
keyfile = "~/.config/nvchecker/keyfile.toml"
http_timeout = 4
[aaxtomp3]
source = "git"
git = "https://github.com/doppelhelix/AAXtoMP3.git"
@ -36,6 +37,10 @@ source = "git"
git = "https://github.com/nullobsi/cantata.git"
prefix = "v"
[clean-chroot-manager]
source = "github"
github = "graysky2/clean-chroot-manager"
[cosmic-ext-tweaks]
source = "git"
git = "https://github.com/cosmic-utils/tweaks.git"
@ -295,6 +300,10 @@ source = "git"
git = "https://github.com/puddletag/puddletag.git"
prefix = ""
[puddletag-git]
source = "github"
github = "puddletag/puddletag"
[python-audible]
source = "git"
git = "https://github.com/mkb79/audible.git"
@ -394,6 +403,12 @@ prefix = "v"
source = "git"
git = "https://github.com/coffebar/waybar-module-pacman-updates.git"
[wireguard-gui-bin]
source = "git"
git = "https://github.com/0xle0ne/wireguard-gui.git"
from_pattern = '^(\d+).(\d+).(\d+)-(\D+)$'
to_pattern = '\1.\2.\3'
[wireguird]
source = "git"
git = "https://github.com/UnnoTed/wireguird.git"