commit eadf333f359cc4849888896aaf35bb9e39e3ab70 parent 05551ada6ec289bf581c035b7b7482b374773e73 Author: emmett1 <emmett1.2miligrams@protonmail.com> Date: Fri, 21 Nov 2025 06:40:25 +0000 libarchive: updated to 3.8.3 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 @@ -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 @@ -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 @@ -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"