diff options
author | David Runge <dave@sleepmap.de> | 2023-05-31 20:47:36 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-05-31 20:48:09 +0200 |
commit | c7102df15ad03f92ca7f57c3f4df0739c5f64d93 (patch) | |
tree | 6d903a3dc2b9dfa6bb00fa3a76605a0aecfbc40a /.config/nvchecker | |
parent | 26a0e019a8bba76c25aa9839bde4d24d5e0a52a3 (diff) | |
download | dotfiles-c7102df15ad03f92ca7f57c3f4df0739c5f64d93.tar.gz dotfiles-c7102df15ad03f92ca7f57c3f4df0739c5f64d93.tar.bz2 dotfiles-c7102df15ad03f92ca7f57c3f4df0739c5f64d93.tar.xz dotfiles-c7102df15ad03f92ca7f57c3f4df0739c5f64d93.zip |
pkgs: Remove wails and zsa-wally
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/community.toml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 3a14438..88550bb 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -2987,12 +2987,6 @@ source = "regex" regex = "WAH-plugins-([\\d.]+)\\.tar\\..*?" url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html" -[wails] -source = "git" -git = "https://github.com/wailsapp/wails" -use_max_tag = true -exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)" - [waylock] source = "git" git = "https://github.com/ifreund/waylock" @@ -3113,11 +3107,6 @@ source = "git" git = "https://github.com/google/zopfli" use_max_tag = true -[zsa-wally] -source = "git" -git = "https://github.com/zsa/wally" -use_max_tag = true - [zsa-wally-cli] source = "git" git = "https://github.com/zsa/wally-cli" |