aboutsummaryrefslogtreecommitdiffstats
path: root/.config/nvchecker
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-06-20 21:06:41 +0200
committerDavid Runge <dave@sleepmap.de>2021-06-20 21:06:41 +0200
commitd497be687694afe7f78fefeb3823417fc686742b (patch)
tree20f8017c333bb1ee425d976dcd510b6bbe734a91 /.config/nvchecker
parent9db339bf45ecd251711b69df0631ff710706a956 (diff)
downloaddotfiles-d497be687694afe7f78fefeb3823417fc686742b.tar.gz
dotfiles-d497be687694afe7f78fefeb3823417fc686742b.tar.bz2
dotfiles-d497be687694afe7f78fefeb3823417fc686742b.tar.xz
dotfiles-d497be687694afe7f78fefeb3823417fc686742b.zip
nvchecker: core update
.config/nvchecker/core.toml: Add libnsl, libpcap. Update {exclude,include}_regex for libcap.
Diffstat (limited to '.config/nvchecker')
-rw-r--r--.config/nvchecker/core.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/nvchecker/core.toml b/.config/nvchecker/core.toml
index 65005ad..d29c106 100644
--- a/.config/nvchecker/core.toml
+++ b/.config/nvchecker/core.toml
@@ -37,6 +37,8 @@ use_max_tag = true
[libcap]
source = "git"
git = "https://git.kernel.org/pub/scm/libs/libcap/libcap.git"
+include_regex = "(libcap)-([\\d.*]+)"
+exclude_regex = "(libcap)-(20070813|20071031)"
use_max_tag = true
[libcap-ng]
@@ -44,6 +46,16 @@ source = "git"
git = "https://github.com/stevegrubb/libcap-ng"
use_max_tag = true
+[libnsl]
+source = "git"
+git = "https://github.com/thkukuk/libnsl"
+use_max_tag = true
+
+[libpcap]
+source = "git"
+git = "https://github.com/the-tcpdump-group/libpcap"
+use_max_tag = true
+
[libusb]
source = "git"
git = "https://github.com/libusb/libusb"