commit eb38851f1671ce77855b804418102f941c330872 parent f182c12519a185600daea7975d38e92e62a5bd08 Author: emmett1 <emmett1.2miligrams@protonmail.com> Date: Fri, 17 Oct 2025 06:27:09 +0000 libarchive: updated to 3.8.2 Diffstat:
| M | repos/extra/libarchive/.checksum | | | 2 | +- |
| M | repos/extra/libarchive/.files | | | 6 | +++--- |
| M | repos/extra/libarchive/abuild | | | 2 | +- |
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/repos/extra/libarchive/.checksum b/repos/extra/libarchive/.checksum @@ -1 +1 @@ -db22f40e6bfbee9d24b429d8c1703f25f542a0f7b5543dbeabe2f7d8b895df8f libarchive-3.8.1.tar.xz +5fed3df50436b64264f86249f05f8114ff378ffea56d991ba59e109c1f565826 libarchive-3.8.2.tar.xz diff --git 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.1 -lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.8.1 --rwxr-xr-x root/root usr/lib/libarchive.so.13.8.1 +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 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 @@ -1,5 +1,5 @@ name=libarchive -version=3.8.1 +version=3.8.2 release=1 source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" build_opt="--without-xml2 --without-zstd"