diff options
-rw-r--r-- | .config/nvchecker/community.toml | 30 |
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.]+|)" + |