diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-02 15:24:22 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-02 15:24:22 +0200 |
commit | 2bcb8eeff3b8cda165bace4c5fcded424f30522d (patch) | |
tree | 905f9fe5acd5f047bbf5fe0ec102bc6ad93dcd86 | |
parent | 0d05ca2ef29762ae0555a4b228b1055724b08f1d (diff) | |
download | repository-2bcb8eeff3b8cda165bace4c5fcded424f30522d.tar.gz |
npth: bump to 1.7
-rwxr-xr-x | extra/npth/build | 2 | ||||
-rw-r--r-- | extra/npth/checksums | 3 | ||||
-rw-r--r-- | extra/npth/sources | 2 | ||||
-rw-r--r-- | extra/npth/version | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/extra/npth/build b/extra/npth/build index ffd10172..1f783bf1 100755 --- a/extra/npth/build +++ b/extra/npth/build @@ -4,5 +4,7 @@ --prefix=/usr \ --enable-static +clsed 's/defined(__USE_UNIX98) || defined(__USE_XOPEN2K)/1/' src/npth.h + make make DESTDIR="$1" install diff --git a/extra/npth/checksums b/extra/npth/checksums index 22a525bd..b2fcaec4 100644 --- a/extra/npth/checksums +++ b/extra/npth/checksums @@ -1 +1,2 @@ -1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1 npth-1.6.tar.bz2 +%BLAKE3 +ae5f6f1d733151d6f13a813486e4e7aa4ed6c41030075e893196b5dfa6de99b6 npth-1.7.tar.bz2 diff --git a/extra/npth/sources b/extra/npth/sources index 1ed14146..fbed2034 100644 --- a/extra/npth/sources +++ b/extra/npth/sources @@ -1 +1 @@ -https://gnupg.org/ftp/gcrypt/npth/npth-1.6.tar.bz2 +https://gnupg.org/ftp/gcrypt/npth/npth-1.7.tar.bz2 diff --git a/extra/npth/version b/extra/npth/version index d1ad7a00..46b73aef 100644 --- a/extra/npth/version +++ b/extra/npth/version @@ -1 +1 @@ -1.6 1 +1.7 1 |