diff options
author | David Runge <dave@sleepmap.de> | 2023-12-03 11:11:36 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-12-03 11:11:36 +0100 |
commit | cdf1725cec5d73afd526827db3fa4e60f8963c01 (patch) | |
tree | c3bcf64850df1b1cc8c03baa16f70bec22ef1dec | |
parent | 5648994a1a82baed2f012112d90c2a00f2374ac3 (diff) | |
download | dotfiles-cdf1725cec5d73afd526827db3fa4e60f8963c01.tar.gz dotfiles-cdf1725cec5d73afd526827db3fa4e60f8963c01.tar.bz2 dotfiles-cdf1725cec5d73afd526827db3fa4e60f8963c01.tar.xz dotfiles-cdf1725cec5d73afd526827db3fa4e60f8963c01.zip |
nvchecker: Track gnupg 2.4.x, remove dhcpcd
Signed-off-by: David Runge <dave@sleepmap.de>
-rw-r--r-- | .config/nvchecker/core.toml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.config/nvchecker/core.toml b/.config/nvchecker/core.toml index d0068a3..9f7c59c 100644 --- a/.config/nvchecker/core.toml +++ b/.config/nvchecker/core.toml @@ -7,11 +7,6 @@ source = "git" git = "https://github.com/linux-audit/audit-userspace" use_max_tag = true -[dhcpcd] -source = "git" -git = "https://github.com/NetworkConfiguration/dhcpcd" -use_max_tag = true - [efibootmgr] source = "git" git = "https://github.com/rhboot/efibootmgr" @@ -42,7 +37,7 @@ url = "https://www.gnu.org.ua/software/gdbm/download.html" source = "git" git = "https://dev.gnupg.org/source/gnupg.git" # NOTE: stuck on gnupg < 2.3 until https://gitlab.archlinux.org/archlinux/archlinux-keyring/-/issues/163 is resolved -include_regex = "(gnupg)-(2.2.[\\d.*]+)" +include_regex = "(gnupg)-(2.4.[\\d.*]+)" use_max_tag = true [libaio] |