diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-01-08 13:58:21 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-01-08 13:58:21 +0000 |
| commit | 263145ed0be1d4a3e5b8204cc3026e4d1ff45ce8 (patch) | |
| tree | 16721d618b420bb26d5c4b564b8bf845185331c4 /repos/extra | |
| parent | ea395df2335db2d3fc726796a2e822a54337cb08 (diff) | |
| download | alicelinux-263145ed0be1d4a3e5b8204cc3026e4d1ff45ce8.tar.gz alicelinux-263145ed0be1d4a3e5b8204cc3026e4d1ff45ce8.zip | |
libarchive: updated to 3.8.5
Diffstat (limited to 'repos/extra')
| -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 df51a308..fb2efcdf 100644 --- a/repos/extra/libarchive/.checksum +++ b/repos/extra/libarchive/.checksum @@ -1 +1 @@ -03fa4fa9b214ffe02f98db9d32ff3a0a3fe3142da18a626cb12c1e90bc0a9c97 libarchive-3.8.4.tar.xz +ea86ebc79bcc3b1f4d60a156631f04a71e3e5da016ef5890937e4b001295cddb libarchive-3.8.5.tar.xz diff --git a/repos/extra/libarchive/.files b/repos/extra/libarchive/.files index a32f985b..5d392065 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.4 -lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.8.4 --rwxr-xr-x root/root usr/lib/libarchive.so.13.8.4 +lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.13.8.5 +lrwxrwxrwx root/root usr/lib/libarchive.so.13 -> libarchive.so.13.8.5 +-rwxr-xr-x root/root usr/lib/libarchive.so.13.8.5 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 8301432f..0a9651b4 100644 --- a/repos/extra/libarchive/abuild +++ b/repos/extra/libarchive/abuild @@ -1,5 +1,5 @@ name=libarchive -version=3.8.4 +version=3.8.5 release=1 source="https://github.com/$name/$name/releases/download/v$version/$name-$version.tar.xz" build_opt="--without-xml2 --without-zstd" |