diff options
author | Jose V Beneyto <sepen@crux.nu> | 2016-02-02 17:52:47 +0000 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2016-02-02 17:52:47 +0000 |
commit | afbd790ba1d8f1dac7a055cc057f98b07e8c7836 (patch) | |
tree | 35907c3770274dec1822ce9e05af3110b7b5e90a | |
parent | 07074e6d6027b0a069a7f5268de4fe42970afb7c (diff) | |
download | opt-afbd790ba1d8f1dac7a055cc057f98b07e8c7836.tar.gz opt-afbd790ba1d8f1dac7a055cc057f98b07e8c7836.tar.xz |
nettle: updated to 3.2
-rw-r--r-- | nettle/.footprint | 12 | ||||
-rw-r--r-- | nettle/.md5sum | 2 | ||||
-rw-r--r-- | nettle/Pkgfile | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/nettle/.footprint b/nettle/.footprint index d6d02842a..09897c47a 100644 --- a/nettle/.footprint +++ b/nettle/.footprint @@ -66,13 +66,13 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/yarrow.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libhogweed.a -lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.4.1 -lrwxrwxrwx root/root usr/lib/libhogweed.so.4 -> libhogweed.so.4.1 --rw-r--r-- root/root usr/lib/libhogweed.so.4.1 +lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.4.2 +lrwxrwxrwx root/root usr/lib/libhogweed.so.4 -> libhogweed.so.4.2 +-rw-r--r-- root/root usr/lib/libhogweed.so.4.2 -rw-r--r-- root/root usr/lib/libnettle.a -lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.6.1 -lrwxrwxrwx root/root usr/lib/libnettle.so.6 -> libnettle.so.6.1 --rw-r--r-- root/root usr/lib/libnettle.so.6.1 +lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.6.2 +lrwxrwxrwx root/root usr/lib/libnettle.so.6 -> libnettle.so.6.2 +-rw-r--r-- root/root usr/lib/libnettle.so.6.2 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/hogweed.pc -rw-r--r-- root/root usr/lib/pkgconfig/nettle.pc diff --git a/nettle/.md5sum b/nettle/.md5sum index 7008898a1..53bbe4726 100644 --- a/nettle/.md5sum +++ b/nettle/.md5sum @@ -1 +1 @@ -b40fa88dc32f37a182b6b42092ebb144 nettle-3.1.1.tar.gz +afb15b4764ebf1b4e6d06c62bd4d29e4 nettle-3.2.tar.gz diff --git a/nettle/Pkgfile b/nettle/Pkgfile index d55a89390..4a30d006e 100644 --- a/nettle/Pkgfile +++ b/nettle/Pkgfile @@ -5,7 +5,7 @@ # Depends on: name=nettle -version=3.1.1 +version=3.2 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) |