From feb98b7c4f2dddf81a429fb5d1ed426c52d3de4f Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 25 May 2019 13:16:14 +0200 Subject: ~/.config/nvchecker/nvchecker.ini: Setting upstream for non- stuff to github. Adding php-{imagick,redis}, nextcloud-app-{deck,news}, linux-rt{,-lts} and concourse. --- .config/nvchecker/nvchecker.ini | 43 +++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) (limited to '.config/nvchecker') diff --git a/.config/nvchecker/nvchecker.ini b/.config/nvchecker/nvchecker.ini index c6d725c..22d9ad7 100644 --- a/.config/nvchecker/nvchecker.ini +++ b/.config/nvchecker/nvchecker.ini @@ -154,7 +154,7 @@ use_max_tag = True vcs = git://github.com/audacity/audacity use_max_tag = True include_tags_pattern = ^Audacity-([\d.]+) -ignored_tags = wx3-unstable wx3-stable Audacity-2.3.0 +ignored_tags = wx3-unstable wx3-stable Audacity-2.3.0 DarkAudacity-2.1.3x DarkAudacity-2.3.2x [autorandr] vcs = git://github.com/phillipberndt/autorandr @@ -540,16 +540,16 @@ vcs = git://github.com/nomacs/nomacs use_max_tag = True [non-daw] -url = https://git.tuxfamily.org/non/non.git -regex = non-daw-v([\d.]+)\.tar\.gz? +url = https://github.com/original-male/non/releases +regex = tag/non-daw-v([\d.]+)? [non-sequencer] -url = https://git.tuxfamily.org/non/non.git -regex = non-sequencer-v([\d.]+)\.tar\.gz? +url = https://github.com/original-male/non/releases +regex = tag/non-sequencer-v([\d.]+)? [ntk] -url = https://git.tuxfamily.org/non/fltk.git -regex = fltk-([\d.]+)\.tar\.gz? +vcs = git://github.com/original-male/ntk +use_max_tag = True [osc2midi] vcs = git://github.com/ssj71/osc2midi @@ -583,6 +583,14 @@ use_max_tag = True vcs = git://github.com/agraef/pd-lua use_max_tag = True +[php-imagick] +vcs = git://github.com/mkoppanen/imagick +use_max_tag = True + +[php-redis] +vcs = git://github.com/phpredis/phpredis +use_max_tag = True + [plowshare] vcs = git://github.com/mcrapet/plowshare use_max_tag = True @@ -605,7 +613,6 @@ vcs = git://github.com/pyenv/pyenv use_max_tag = True ignored_tags = v20140614 v20140615 v20140628 v20140705 v20140825 v20140924 v20141008 v20141011 v20141012 v20141106 v20141118 v20141127 v20141211 v20150124 v20150204 v20150226 v20150326 v20150404 v20150504 v20150524 v20150601 v20150719 v20150901 v20150913 v20151006 v20151103 v20151105 v20151124 v20151210 v20151222 v20160202 v20160303 v20160310 v20160422 v20160509 v20160628 v20160629 v20160726 - [python-atomicwrites] pypi = atomicwrites @@ -1075,3 +1082,23 @@ use_max_tag = True [zynaddsubfx] vcs = git://github.com/zynaddsubfx/zynaddsubfx use_max_tag = True + +[nextcloud-app-deck] +vcs = git://github.com/nextcloud/deck +use_max_tag = True + +[nextcloud-app-news] +vcs = git://github.com/nextcloud/news +use_max_tag = True + +[linux-rt] +url = https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/5.0/ +regex = patch-([\d.]+-rt[\d]+)\.patch\.xz? + +[linux-rt-lts] +url = https://mirrors.edge.kernel.org/pub/linux/kernel/projects/rt/4.19/ +regex = patch-([\d.]+-rt[\d]+)\.patch\.xz? + +[concourse] +vcs = git://github.com/concourse/concourse +use_max_tag = True -- cgit v1.2.3-54-g00ecf