diff options
-rw-r--r-- | .config/nvchecker/community.toml | 38 |
1 files changed, 31 insertions, 7 deletions
diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index 0311b22..4bd2318 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -258,6 +258,11 @@ source = "git" git = "https://github.com/openSUSE/catatonit/" use_max_tag = true +[clap] +source = "git" +git = "https://github.com/free-audio/clap" +use_max_tag = true + [cloud-init] source = "git" git = "https://github.com/canonical/cloud-init/" @@ -1272,6 +1277,11 @@ source = "git" git = "https://github.com/neovim/nvim-lspconfig" use_max_tag = true +[neovim-nvim-treesitter] +source = "git" +git = "https://github.com/nvim-treesitter/nvim-treesitter" +use_max_tag = true + [netavark] source = "git" git = "https://github.com/containers/netavark" @@ -1426,6 +1436,12 @@ git = "https://github.com/openapitools/openapi-generator" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" +[openpgp-card-tools] +source = "git" +git = "https://gitlab.com/openpgp-card/openpgp-card" +use_max_tag = true +include_regex = "tools/v([\\d.]+)" + [openshot] source = "git" git = "https://github.com/openshot/openshot-qt" @@ -1989,10 +2005,6 @@ pypi = "mergedict" source = "pypi" pypi = "micawber" -[python-milksnake] -source = "pypi" -pypi = "milksnake" - [python-mujson] source = "pypi" pypi = "mujson" @@ -2590,6 +2602,11 @@ source = "git" git = "https://github.com/fxn/zeitwerk" use_max_tag = true +[ruff] +source = "git" +git = "https://github.com/charliermarsh/ruff" +use_max_tag = true + [samplv1] source = "git" git = "https://github.com/rncbc/samplv1" @@ -2612,6 +2629,11 @@ source = "git" git = "https://github.com/blockdiag/seqdiag" use_max_tag = true +[sequoia-chameleon-gnupg] +source = "git" +git = "https://gitlab.com/sequoia-pgp/sequoia-chameleon-gnupg" +use_max_tag = true + [sequoia-wot] source = "git" git = "https://gitlab.com/sequoia-pgp/sequoia-wot" @@ -2733,6 +2755,11 @@ source = "git" git = "https://gitlab.com/lv2/sratom" use_max_tag = true +[srtrelay] +source = "git" +git = "https://github.com/voc/srtrelay" +use_max_tag = true + [ssr] source = "git" git = "https://github.com/soundscaperenderer/ssr" @@ -3104,6 +3131,3 @@ git = "https://github.com/zynaddsubfx/zynaddsubfx" use_max_tag = true exclude_regex = "(v|)([\\d.]+)(-|)(dev|rc|RC|alpha|beta)(-[\\d.]+|[\\d.]+|)" - -[srtrelay] - |