diff options
Diffstat (limited to '.config/nvchecker')
-rw-r--r-- | .config/nvchecker/core.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/nvchecker/core.toml b/.config/nvchecker/core.toml index 6912fb8..b1518c2 100644 --- a/.config/nvchecker/core.toml +++ b/.config/nvchecker/core.toml @@ -69,6 +69,12 @@ source = "git" git = "https://github.com/libffi/libffi" use_max_tag = true +[libgssglue] +source = "git" +git = "https://gitlab.com/gsasl/libgssglue/" +exclude_regex = "(rel_).*" +use_max_tag = true + [libnsl] source = "git" git = "https://github.com/thkukuk/libnsl" |