diff options
-rw-r--r-- | .config/nvchecker/nvchecker.ini | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.config/nvchecker/nvchecker.ini b/.config/nvchecker/nvchecker.ini index 1bba601..3eaa996 100644 --- a/.config/nvchecker/nvchecker.ini +++ b/.config/nvchecker/nvchecker.ini @@ -1126,3 +1126,44 @@ use_max_tag = True [qcustomplot] url = https://gitlab.com/DerManu/QCustomPlot/tags regex = tags/v([\d.]+)? + +[wolf-spectrum] +vcs = git://github.com/pdesaulniers/wolf-spectrum +use_max_tag = True + +[zita-dc1] +url = https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html +regex = zita-dc1-([\d.]+)\.tar\.bz2? + +[octofile] +url = https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html +regex = octofile-([\d.]+)\.tar\.bz2? + +[ebumeter] +url = https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html +regex = ebumeter-([\d.]+)\.tar\.bz2? + +[pd-gem] +vcs = git://github.com/umlaeute/gem +use_max_tag = True +ignored_tags = 0.888.0pre + +[hexter] +vcs = git://github.com/smbolton/hexter +use_max_tag = True + +[bslizr] +vcs = git://github.com/sjaehn/bslizr +use_max_tag = True + +[adlplug] +vcs = git://github.com/jpcima/adlplug +use_max_tag = True + +[freeverb3] +url = http://download.savannah.nongnu.org/releases/freeverb3/ +regex = freeverb3-([\d.]+)\.tar\.xz? + +[vcvrack] +vcs = git://github.com/vcvrack/rack +use_max_tag = True |