diff options
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/nvchecker.ini | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/nvchecker/nvchecker.ini b/.config/nvchecker/nvchecker.ini index d0625b3..9981912 100644 --- a/.config/nvchecker/nvchecker.ini +++ b/.config/nvchecker/nvchecker.ini @@ -90,6 +90,7 @@ ignored_tags = rasqal_1_0 rasqal_before_rm_lazy rasqal_last_known_good rasqal_li [fluidsynth] vcs = git://github.com/fluidsynth/fluidsynth use_max_tag = True +ignored_tags = v2.1.0.rc1 [irqbalance] vcs = git://github.com/irqbalance/irqbalance @@ -1300,3 +1301,18 @@ regex = mephisto.lv2-([\d.]+)\.tar\.xz? [lv2lint] url = https://git.open-music-kontrollers.ch/lv2/lv2lint regex = lv2lint-([\d.]+)\.tar\.xz? + +[kernelshark] +url = https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git +regex = kernelshark-v([\d.]+)\.tar\.gz? + +[trace-cmd] +url = https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git +regex = trace-cmd-v([\d.]+)\.tar\.gz? + +[python-sphinx-argparse] +pypi = sphinx-argparse + +[deteriorate-lv2] +github = blablack/deteriorate-lv2 +use_max_tag = True |