diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:46:26 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-10-21 23:46:26 +0800 |
| commit | 8e5ae9d1e04627a0223e502b93eb4a8e616c12bb (patch) | |
| tree | 5b6d4e2d4b6b75d81741ad939c58ef7a730b57d6 | |
| parent | 0ace6e2a0f4e2b702c31e8961bee3a541b6f60b5 (diff) | |
| download | alicelinux-8e5ae9d1e04627a0223e502b93eb4a8e616c12bb.tar.gz alicelinux-8e5ae9d1e04627a0223e502b93eb4a8e616c12bb.zip | |
libarchive: updated to 3.7.7
| -rw-r--r-- | repos/extra/libarchive/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/libarchive/.files | 6 | ||||
| -rw-r--r-- | repos/extra/libarchive/abuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/repos/extra/libarchive/.checksum b/repos/extra/libarchive/.checksum index 2ecb5d74..b4b7d921 100644 --- a/repos/extra/libarchive/.checksum +++ b/repos/extra/libarchive/.checksum @@ -1 +1 @@ -3abe112dd42c018fa60651842a54fdab9b07ca0c6f14eaff61ec35cc8fa5b61f libarchive-3.7.6.tar.xz +6e92274d5e3bfe782749ecbf473f8e3ae910ec1fad5b64ba6d1b518ab2cf12c3 libarchive-3.7.7.tar.xz diff --git a/repos/extra/libarchive/.files b/repos/extra/libarchive/.files index a53836d7..db81fcd4 100644 --- a/repos/extra/libarchive/.files +++ b/repos/extra/libarchive/.files @@ -9,9 +9,9 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/archive_entry.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libarchive.a -lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.7.6 -lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.7.6 --rwxr-xr-x root/root usr/lib/libarchive.so.13.7.6 +lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.7.7 +lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.7.7 +-rwxr-xr-x root/root usr/lib/libarchive.so.13.7.7 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libarchive.pc drwxr-xr-x root/root usr/share/ diff --git a/repos/extra/libarchive/abuild b/repos/extra/libarchive/abuild index 91ae8041..2b38441e 100644 --- a/repos/extra/libarchive/abuild +++ b/repos/extra/libarchive/abuild @@ -1,5 +1,5 @@ name=libarchive -version=3.7.6 +version=3.7.7 release=1 source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" build_opt="--without-xml2 --without-zstd" |