diff options
author | David Runge <dave@sleepmap.de> | 2021-02-26 16:09:20 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2021-02-26 16:09:20 +0100 |
commit | 01d5479a8a011b544809a2b585a62cd0b33e2db6 (patch) | |
tree | 492b5a099b24a5f9450d5ae1903db5d15510d995 | |
parent | 411ea49b25778b597822644390827785790e8ebc (diff) | |
download | dotfiles-01d5479a8a011b544809a2b585a62cd0b33e2db6.tar.gz dotfiles-01d5479a8a011b544809a2b585a62cd0b33e2db6.tar.bz2 dotfiles-01d5479a8a011b544809a2b585a62cd0b33e2db6.tar.xz dotfiles-01d5479a8a011b544809a2b585a62cd0b33e2db6.zip |
nvchecker: Add/update entries for community
.config/nvchecker/community.toml:
Add tracking for nextcloud, solr and uwsgi.
Reactivate the tracking for wireplumber after the upstream is fixed
again.
-rw-r--r-- | .config/nvchecker/community.toml | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 67c5561..975b44d 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -1077,6 +1077,12 @@ source = "git" git = "https://github.com/linuxaudio/new-session-manager" use_max_tag = true +[nextcloud] +source = "git" +git = "https://github.com/nextcloud/server" +use_max_tag = true +exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" + [nextcloud-app-deck] source = "git" git = "https://github.com/nextcloud/deck" @@ -2131,6 +2137,12 @@ source = "git" git = "https://git.savannah.gnu.org/git/solfege.git" use_max_tag = true +[solr] +source = "git" +git = "https://github.com/apache/lucene-solr" +include_regex = "releases/lucene-solr/([\\d.]+)" +use_max_tag = true + [sonic-pi] source = "git" git = "https://github.com/samaaron/sonic-pi" @@ -2274,6 +2286,11 @@ git = "https://github.com/NLnetLabs/unbound" exclude_regex = "(v|release-|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|[b])(-[\\d.]+|[\\d.]+|)" use_max_tag = true +[uwsgi] +source = "git" +git = "https://github.com/unbit/uwsgi" +use_max_tag = true + [vamp-aubio-plugins] source = "git" git = "https://github.com/aubio/vamp-aubio-plugins" @@ -2360,9 +2377,9 @@ git = "https://github.com/wiiuse/wiiuse" use_max_tag = true [wireplumber] -# source = "git" -# git = "https://gitlab.freedesktop.org/pipewire/wireplumber" -# use_max_tag = true +source = "git" +git = "https://gitlab.freedesktop.org/pipewire/wireplumber" +use_max_tag = true [wolf-shaper] source = "git" |