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 | b48f6e552680ef119e7542dd119fa6402c56ba27 (patch) | |
| tree | 986ad253b80c8901b71f2f5802b360b86b9715e1 | |
| parent | e0ce57785f2b0a3c926c3e0518f085f5b0d6b312 (diff) | |
| download | alicelinux-b48f6e552680ef119e7542dd119fa6402c56ba27.tar.gz alicelinux-b48f6e552680ef119e7542dd119fa6402c56ba27.zip | |
xxhash: updated to 0.8.3
| -rw-r--r--[-rwxr-xr-x] | repos/extra/xxhash/.checksum | 2 | ||||
| -rw-r--r--[-rwxr-xr-x] | repos/extra/xxhash/.files | 7 | ||||
| -rwxr-xr-x | repos/extra/xxhash/abuild | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/repos/extra/xxhash/.checksum b/repos/extra/xxhash/.checksum index 97c4507b..5b79047c 100755..100644 --- a/repos/extra/xxhash/.checksum +++ b/repos/extra/xxhash/.checksum @@ -1 +1 @@ -746e7a7e00b964272c2190fbbeea0138b1db9790c32ab5724b8107e7f12ea54b xxHash-v0.8.2.tar.gz +64073932284e6076cec589aefbff9df671f8a18042f9ba6474d295179bc5eed2 xxHash-v0.8.3.tar.gz diff --git a/repos/extra/xxhash/.files b/repos/extra/xxhash/.files index 64f43037..aa3a3647 100755..100644 --- a/repos/extra/xxhash/.files +++ b/repos/extra/xxhash/.files @@ -2,15 +2,16 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ lrwxrwxrwx root/root usr/bin/xxh128sum -> xxhsum lrwxrwxrwx root/root usr/bin/xxh32sum -> xxhsum +lrwxrwxrwx root/root usr/bin/xxh3sum -> xxhsum lrwxrwxrwx root/root usr/bin/xxh64sum -> xxhsum -rwxr-xr-x root/root usr/bin/xxhsum drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/xxh3.h -rw-r--r-- root/root usr/include/xxhash.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libxxhash.so -> libxxhash.so.0.8.2 -lrwxrwxrwx root/root usr/lib/libxxhash.so.0 -> libxxhash.so.0.8.2 --rwxr-xr-x root/root usr/lib/libxxhash.so.0.8.2 +lrwxrwxrwx root/root usr/lib/libxxhash.so -> libxxhash.so.0.8.3 +lrwxrwxrwx root/root usr/lib/libxxhash.so.0 -> libxxhash.so.0.8.3 +-rwxr-xr-x root/root usr/lib/libxxhash.so.0.8.3 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libxxhash.pc drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/xxhash/abuild b/repos/extra/xxhash/abuild index 2b193868..f338e7f0 100755 --- a/repos/extra/xxhash/abuild +++ b/repos/extra/xxhash/abuild @@ -1,4 +1,4 @@ name=xxhash -version=0.8.2 +version=0.8.3 release=1 source="https://github.com/Cyan4973/xxHash/archive/v${version}/xxHash-v${version}.tar.gz" |