From 01d5479a8a011b544809a2b585a62cd0b33e2db6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 26 Feb 2021 16:09:20 +0100 Subject: 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. --- .config/nvchecker/community.toml | 23 ++++++++++++++++++++--- 1 file 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" -- cgit v1.2.3-54-g00ecf