diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-21 06:40:25 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-11-21 06:40:25 +0000 |
| commit | eadf333f359cc4849888896aaf35bb9e39e3ab70 (patch) | |
| tree | a26612ff04fe5a0fbea01488b7eafa8125f729e8 | |
| parent | 05551ada6ec289bf581c035b7b7482b374773e73 (diff) | |
| download | alicelinux-eadf333f359cc4849888896aaf35bb9e39e3ab70.tar.gz alicelinux-eadf333f359cc4849888896aaf35bb9e39e3ab70.zip | |
libarchive: updated to 3.8.3
| -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 91510aaf..683cb284 100644 --- a/repos/extra/libarchive/.checksum +++ b/repos/extra/libarchive/.checksum @@ -1 +1 @@ -5fed3df50436b64264f86249f05f8114ff378ffea56d991ba59e109c1f565826 libarchive-3.8.2.tar.xz +d060190133f926aee8a3f2b0d7612356af8903cb3542affd1c33b09924b915f8 libarchive-3.8.3.tar.xz diff --git a/repos/extra/libarchive/.files b/repos/extra/libarchive/.files index 26ef5e7e..ec2b6527 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.8.2 -lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.8.2 --rwxr-xr-x root/root usr/lib/libarchive.so.13.8.2 +lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.8.3 +lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.8.3 +-rwxr-xr-x root/root usr/lib/libarchive.so.13.8.3 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 0ee3c050..45926098 100644 --- a/repos/extra/libarchive/abuild +++ b/repos/extra/libarchive/abuild @@ -1,5 +1,5 @@ name=libarchive -version=3.8.2 +version=3.8.3 release=1 source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" build_opt="--without-xml2 --without-zstd" |