update nvchecker

This commit is contained in:
Christian Schendel 2025-09-09 14:11:24 +02:00
parent b63c7f5f95
commit ae8f20a7e0
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3
2 changed files with 30 additions and 13 deletions

View file

@ -74,7 +74,7 @@ git = "https://gitlab.com/fdroid/fdroidserver.git"
[firefox-policy-hook]
source = "git"
git = "https://codeberg.org/doppelhelix/firefox-policy-hook"
git = "https://codeberg.org/doppelhelix/firefox-policy-hook.git"
[fortune-mod-de]
source = "git"
@ -118,7 +118,7 @@ git = "https://github.com/akiirui/hide-universal-access.git"
source = "git"
git = "https://gitlab.com/rmnvgr/nightthemeswitcher-gnome-shell-extension.git"
[google-chrome]
[google-chrome-bin]
source = "apt"
mirror = "https://dl.google.com/linux/chrome/deb/"
pkg = "google-chrome-stable"
@ -142,11 +142,11 @@ github = "Heroic-Games-Launcher/HeroicGamesLauncher"
prefix = "v"
use_latest_release = true
[hyprevents]
[hyprevents-git]
source = "github"
github = "vilari-mickopf/hyprevents"
[hyprprop]
[hyprprop-git]
source = "github"
github = "vilari-mickopf/hyprprop"
@ -217,7 +217,7 @@ source = "git"
git = "https://github.com/liske/needrestart.git"
prefix = "v"
[notparadoxlauncher-bin]
[notparadoxlauncher]
source = "git"
git = "https://github.com/shusaura85/notparadoxlauncher.git"
prefix = "v"
@ -231,6 +231,10 @@ source = "git"
git = "https://github.com/jgm/pandoc.git"
prefix = "v"
[papirus-icon-theme-git]
source = "github"
github = "PapirusDevelopmentTeam/papirus-icon-theme"
[peazip]
source = "git"
git = "https://github.com/peazip/PeaZip.git"
@ -300,14 +304,18 @@ source = "git"
git = "https://github.com/doppelhelix/signal-monochrome-tray-hook.git"
prefix = "v"
[thinlinc-client]
[snapper-support]
source = "aur"
aur = "snapper-support"
[thinlinc-client-bin]
source = "regex"
regex = "https://www.cendio.com/downloads/clients/tl-(\\d+\\.\\d+\\.\\d+\\-\\d+)-client-linux-dynamic-x86_64.tar.gz"
url = "https://www.cendio.com/downloads"
from_pattern = '(\d+).(\d+).(\d+)-(\d+)'
to_pattern = '\1.\2.\3_\4'
[thinlinc-server]
[thinlinc-server-bin]
source = "regex"
regex = "https://www.cendio.com/downloads/server/tl-(\\d+\\.\\d+\\.\\d+)-server.zip"
url = "https://www.cendio.com/downloads"