update nvchecker
This commit is contained in:
parent
0c96895143
commit
ddd57ce56f
2 changed files with 61 additions and 31 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue