aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-02-02 17:00:22 +0100
committerDavid Runge <dave@sleepmap.de>2023-02-02 17:00:22 +0100
commit365fb0b842f68d95fa87f2cf7df01dde317813d2 (patch)
tree44b1cf895b6f7681b7d7d57851ddbb8ff4efe48a /.config/nvchecker
parent33368d717cee031b9ce2d6e50f8e1db440634100 (diff)
downloaddotfiles-365fb0b842f68d95fa87f2cf7df01dde317813d2.tar.gz
dotfiles-365fb0b842f68d95fa87f2cf7df01dde317813d2.tar.bz2
dotfiles-365fb0b842f68d95fa87f2cf7df01dde317813d2.tar.xz
dotfiles-365fb0b842f68d95fa87f2cf7df01dde317813d2.zip
nvchecker: Add community packages
Add btrbk, cpputest, mbuffer, openfec, python-flit-core, roc-toolkit.
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/community.toml30
1 files changed, 30 insertions, 0 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml
index 4bd2318..f162441 100644
--- a/.config/nvchecker/community.toml
+++ b/.config/nvchecker/community.toml
@@ -198,6 +198,11 @@ source = "git"
git = "https://github.com/sjaehn/bslizr"
use_max_tag = true
+[btrbk]
+source = "git"
+git = "https://github.com/digint/btrbk"
+use_max_tag = true
+
[cacti]
source = "git"
git = "https://github.com/cacti/cacti"
@@ -331,6 +336,11 @@ source = "git"
git = "https://github.com/skystrife/cpptoml"
use_max_tag = true
+[cpputest]
+source = "git"
+git = "https://github.com/cpputest/cpputest"
+use_max_tag = true
+
[cri-o]
source = "git"
git = "https://github.com/cri-o/cri-o/"
@@ -1149,6 +1159,11 @@ git = "https://github.com/PyO3/maturin"
exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta|bp|pre)(-[\\d.]+|[\\d.]+|)"
use_max_tag = true
+[mbuffer]
+source = "regex"
+regex = "mbuffer-([\\d.]+)\\.tgz?"
+url="https://www.maier-komor.de/mbuffer.html"
+
[mcp-plugins]
source = "regex"
regex = "MCP-plugins-([\\d.]+)\\.tar\\.bz2?"
@@ -1436,6 +1451,11 @@ git = "https://github.com/openapitools/openapi-generator"
use_max_tag = true
exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
+[openfec]
+source = "git"
+git = "https://github.com/roc-streaming/openfec"
+use_max_tag = true
+
[openpgp-card-tools]
source = "git"
git = "https://gitlab.com/openpgp-card/openpgp-card"
@@ -1843,6 +1863,10 @@ pypi = "findpython"
source = "pypi"
pypi = "fire"
+[python-flit-core]
+source = "pypi"
+pypi = "flit-core"
+
[python-flufl-lock]
source = "pypi"
pypi = "flufl.lock"
@@ -2521,6 +2545,11 @@ source = "regex"
regex = "REV-plugins-([\\d.]+)\\.tar\\.bz2?"
url = "https://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html"
+[roc-toolkit]
+source = "git"
+git = "https://github.com/roc-streaming/roc-toolkit"
+use_max_tag = true
+
[rosegarden]
source = "git"
git = "https://git.code.sf.net/p/rosegarden/git"
@@ -3131,3 +3160,4 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx"
use_max_tag = true
exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)"
+