From c06c5a5c7c870d139adb640eb6079a286a6be60c Mon Sep 17 00:00:00 2001 From: David Runge Date: Wed, 22 Feb 2023 11:45:27 +0100 Subject: packages: Add package to community Add dot-language-server to community and fix the regex for openpgp-ca. --- .config/nvchecker/community.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.config/nvchecker') diff --git a/.config/nvchecker/community.toml b/.config/nvchecker/community.toml index da40969..6c834cb 100644 --- a/.config/nvchecker/community.toml +++ b/.config/nvchecker/community.toml @@ -412,6 +412,11 @@ source = "git" git = "https://github.com/jedisct1/dnscrypt-proxy" use_max_tag = true +[dot-language-server] +source = "git" +git = "https://github.com/nikeee/dot-language-server" +use_max_tag = true + [dpf-plugins] source = "git" git = "https://github.com/distrho/dpf-plugins" @@ -1471,6 +1476,7 @@ use_max_tag = true source = "git" git = "https://gitlab.com/openpgp-ca/openpgp-ca" use_max_tag = true +include_regex = "openpgp-ca/v([\\d.]+)" [openpgp-card-tools] source = "git" -- cgit v1.2.3-54-g00ecf