diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2016-12-02 00:20:50 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2016-12-02 00:20:50 +0100 |
commit | 2b24983fdeba0b41cbb17a2bb0722963893ad211 (patch) | |
tree | 742f05b80fad884b447b5caaecb32fe46297885d /npth | |
parent | 8420cf889861f352320302b7eecffb327a925f01 (diff) | |
parent | b23d793389118e4e1bc2b5eab92ec359ce874c80 (diff) | |
download | opt-2b24983fdeba0b41cbb17a2bb0722963893ad211.tar.gz opt-2b24983fdeba0b41cbb17a2bb0722963893ad211.tar.xz |
Merge branch '3.2' into 3.3
Diffstat (limited to 'npth')
-rw-r--r-- | npth/.footprint | 6 | ||||
-rw-r--r-- | npth/.md5sum | 2 | ||||
-rw-r--r-- | npth/Pkgfile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/npth/.footprint b/npth/.footprint index d6ccc1c11..f9feb5234 100644 --- a/npth/.footprint +++ b/npth/.footprint @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/npth.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libnpth.la -lrwxrwxrwx root/root usr/lib/libnpth.so -> libnpth.so.0.0.5 -lrwxrwxrwx root/root usr/lib/libnpth.so.0 -> libnpth.so.0.0.5 --rwxr-xr-x root/root usr/lib/libnpth.so.0.0.5 +lrwxrwxrwx root/root usr/lib/libnpth.so -> libnpth.so.0.0.6 +lrwxrwxrwx root/root usr/lib/libnpth.so.0 -> libnpth.so.0.0.6 +-rwxr-xr-x root/root usr/lib/libnpth.so.0.0.6 drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/npth.m4 diff --git a/npth/.md5sum b/npth/.md5sum index 68de84430..008597b16 100644 --- a/npth/.md5sum +++ b/npth/.md5sum @@ -1 +1 @@ -226bac7374b9466c6ec26b1c34dab844 npth-1.2.tar.bz2 +efe1524c53670b5755dc27893d2d68a0 npth-1.3.tar.bz2 diff --git a/npth/Pkgfile b/npth/Pkgfile index edf30a71b..212dc8c7d 100644 --- a/npth/Pkgfile +++ b/npth/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Thomas Penteker, tek at serverop dot de name=npth -version=1.2 +version=1.3 release=1 source=(ftp://ftp.gnupg.org/gcrypt/npth/npth-$version.tar.bz2) |