diff options
-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] |