From 365fb0b842f68d95fa87f2cf7df01dde317813d2 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 2 Feb 2023 17:00:22 +0100 Subject: nvchecker: Add community packages Add btrbk, cpputest, mbuffer, openfec, python-flit-core, roc-toolkit. --- .config/nvchecker/community.toml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) 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.]+|)" + -- cgit v1.2.3-54-g00ecf