diff options
author | David Runge <dave@sleepmap.de> | 2024-02-24 08:33:34 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2024-02-24 08:33:34 +0100 |
commit | 581f0bf5e3137c00d1fd3fb7002b3de5df3e6aef (patch) | |
tree | 17d6340e3c7f2309f7033d813d7efa36adf1414e | |
parent | 310b10a74143f2dfe28494a0088d140039d0ac9e (diff) | |
download | nvchecker-581f0bf5e3137c00d1fd3fb7002b3de5df3e6aef.tar.gz nvchecker-581f0bf5e3137c00d1fd3fb7002b3de5df3e6aef.tar.bz2 nvchecker-581f0bf5e3137c00d1fd3fb7002b3de5df3e6aef.tar.xz nvchecker-581f0bf5e3137c00d1fd3fb7002b3de5df3e6aef.zip |
Update npth
Signed-off-by: David Runge <dave@sleepmap.de>
-rw-r--r-- | core.new.json | 4 | ||||
-rw-r--r-- | core.old.json | 2 | ||||
-rw-r--r-- | core.old.json~ | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/core.new.json b/core.new.json index effe928..46a7257 100644 --- a/core.new.json +++ b/core.new.json @@ -15,10 +15,10 @@ "libpcap": "libpcap-1.10.4", "libsasl": "cyrus-sasl-2.1.28", "libusb": "v1.0.27", - "linux": "v6.7.5", + "linux": "v6.7.6", "mpfr": "4.2.1", "ncurses": "6.4", - "npth": "npth-1.6", + "npth": "npth-1.7", "openssh": "V_9_6_P1", "shadow": "4.14.5", "usbutils": "v017", diff --git a/core.old.json b/core.old.json index 9f3022b..7e6c195 100644 --- a/core.old.json +++ b/core.old.json @@ -18,7 +18,7 @@ "linux": "v6.6.7", "mpfr": "4.2.1", "ncurses": "6.4", - "npth": "npth-1.6", + "npth": "npth-1.7", "openssh": "V_9_6_P1", "shadow": "4.14.5", "usbutils": "v017", diff --git a/core.old.json~ b/core.old.json~ index 04941c9..9f3022b 100644 --- a/core.old.json~ +++ b/core.old.json~ @@ -10,7 +10,7 @@ "libassuan": "libassuan-2.5.6", "libcap": "libcap-2.69", "libcap-ng": "v0.8.4", - "libffi": "v3.4.5", + "libffi": "v3.4.6", "libnsl": "v2.0.1", "libpcap": "libpcap-1.10.4", "libsasl": "cyrus-sasl-2.1.28", |