diff options
author | David Runge <dave@sleepmap.de> | 2019-08-29 17:10:03 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-08-29 17:10:03 +0200 |
commit | 8c800694e641901fc085cff17e78a9ce80e62195 (patch) | |
tree | 1ec533c14c7832bf6ce7c091d16c624dee4a6f9e | |
parent | 0a81ad456d1a07c03a4ab81427dbb9aafbf3291e (diff) | |
download | dotfiles-8c800694e641901fc085cff17e78a9ce80e62195.tar.gz dotfiles-8c800694e641901fc085cff17e78a9ce80e62195.tar.bz2 dotfiles-8c800694e641901fc085cff17e78a9ce80e62195.tar.xz dotfiles-8c800694e641901fc085cff17e78a9ce80e62195.zip |
.config/nvchecker/nvchecker.ini: Fixing freepats-general-midi check. Adding python-{tzlocal,gitdb,gitpython,gnupg,progressbar,smmap}, haskell-{hosc,microspec}, librepcb, waf and tidalcycles.
-rw-r--r-- | .config/nvchecker/nvchecker.ini | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/.config/nvchecker/nvchecker.ini b/.config/nvchecker/nvchecker.ini index b2cb439..5531d57 100644 --- a/.config/nvchecker/nvchecker.ini +++ b/.config/nvchecker/nvchecker.ini @@ -303,7 +303,7 @@ regex = fomp.lv2-([\d.]+)\.tar\.gz? [freepats-general-midi] url = https://freepats.zenvoid.org/SoundSets/general-midi.html -regex = FreePats2-GM-([\d.]+)\.tar\.xz? +regex = FreePatsGM-SF2-([\d.]+)\.tar\.xz? [freewheeling] vcs = git://github.com/free-wheeling/freewheeling @@ -1187,3 +1187,42 @@ pypi = FoxDot vcs = git://github.com/quamplex/redkite use_max_tag = True + +[python-tzlocal] +pypi = tzlocal + +[tidalcycles] +vcs = git://github.com/tidalcycles/Tidal +use_max_tag = True + +[haskell-hosc] +hackage = hosc + +[haskell-microspec] +hackage = microspec + +[librepcb] +vcs = git://github.com/LibrePCB/LibrePCB +use_max_tag = True + +[waf] +gitlab = ita1024/waf +use_max_tag = True + +[python-gitdb] +pypi = gitdb2 + +[python-gitpython] +pypi = gitpython + +[python-gnupg] +pypi = python-gnupg + +[python-progressbar] +pypi = progressbar2 + +[python-smmap] +pypi = smmap2 + +[python-utils] +pypi = python-utils |