diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-08 08:20:14 +0800 |
| commit | 2b39fb1a11e271b382008af350d5999f49a6f98c (patch) | |
| tree | f308344aafa80fc91a3867592ea8f03a6405a890 /repos/extra | |
| parent | 745c4d3777486fa34b6e3542eacdde79432eeea1 (diff) | |
| download | alicelinux-2b39fb1a11e271b382008af350d5999f49a6f98c.tar.gz alicelinux-2b39fb1a11e271b382008af350d5999f49a6f98c.zip | |
nettle: updated to 3.10.1
Diffstat (limited to 'repos/extra')
| -rw-r--r-- | repos/extra/nettle/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/nettle/.files | 12 | ||||
| -rw-r--r-- | repos/extra/nettle/abuild | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/repos/extra/nettle/.checksum b/repos/extra/nettle/.checksum index 06f540a7..107ae12f 100644 --- a/repos/extra/nettle/.checksum +++ b/repos/extra/nettle/.checksum @@ -1 +1 @@ -c2b37a2c9500b6eea1b186ccd525c7c7f82abb2039bd0ff6ba1c0232329832d0 nettle-3.10.tar.gz +9a2af529f0761124765593922a241e95516b384b6a08389690311810d4bcf987 nettle-3.10.1.tar.gz diff --git a/repos/extra/nettle/.files b/repos/extra/nettle/.files index e6a395df..87f577cd 100644 --- a/repos/extra/nettle/.files +++ b/repos/extra/nettle/.files @@ -81,12 +81,12 @@ drwxr-xr-x root/root usr/include/nettle/ -rw-r--r-- root/root usr/include/nettle/xts.h -rw-r--r-- root/root usr/include/nettle/yarrow.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.6.9 -lrwxrwxrwx root/root usr/lib/libhogweed.so.6 -> libhogweed.so.6.9 --rw-r--r-- root/root usr/lib/libhogweed.so.6.9 -lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.8.9 -lrwxrwxrwx root/root usr/lib/libnettle.so.8 -> libnettle.so.8.9 --rw-r--r-- root/root usr/lib/libnettle.so.8.9 +lrwxrwxrwx root/root usr/lib/libhogweed.so -> libhogweed.so.6.10 +lrwxrwxrwx root/root usr/lib/libhogweed.so.6 -> libhogweed.so.6.10 +-rw-r--r-- root/root usr/lib/libhogweed.so.6.10 +lrwxrwxrwx root/root usr/lib/libnettle.so -> libnettle.so.8.10 +lrwxrwxrwx root/root usr/lib/libnettle.so.8 -> libnettle.so.8.10 +-rw-r--r-- root/root usr/lib/libnettle.so.8.10 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/repos/extra/nettle/abuild b/repos/extra/nettle/abuild index d3053b77..8531d1b5 100644 --- a/repos/extra/nettle/abuild +++ b/repos/extra/nettle/abuild @@ -1,5 +1,5 @@ name=nettle -version=3.10 +version=3.10.1 release=1 source="https://ftp.gnu.org/gnu/$name/$name-$version.tar.gz" build_opt="--libdir=/usr/lib" |