From 695a389bf021b7e08b52aee0c9801edd0487cada Mon Sep 17 00:00:00 2001 From: dogknowsnx Date: Fri, 4 Jul 2025 20:45:10 +0200 Subject: [PATCH] libarchive: update to 3.8.1 --- srcpkgs/libarchive/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index f88d34d33d8..dc3f5ee470d 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -1,7 +1,7 @@ # Template file for 'libarchive' pkgname=libarchive -version=3.7.9 -revision=2 +version=3.8.1 +revision=1 bootstrap=yes build_style=gnu-configure configure_args="$(vopt_enable acl) $(vopt_enable acl xattr) @@ -18,7 +18,7 @@ license="BSD-2-Clause" homepage="https://www.libarchive.org/" changelog="https://github.com/libarchive/libarchive/releases" distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.xz" -checksum=ed8b5732e4cd6e30fae909fb945cad8ff9cb7be5c6cdaa3944ec96e4a200c04c +checksum=19f917d42d530f98815ac824d90c7eaf648e9d9a50e4f309c812457ffa5496b5 build_options="acl expat lzo lz4 ssl zstd" build_options_default="acl ssl lz4 zstd"