From 50fe97c904bfce276a374901076ef5f6e202b306 Mon Sep 17 00:00:00 2001 From: Tuxliban Torvalds Date: Fri, 29 Apr 2022 14:14:15 -0500 Subject: [PATCH] libarchive: update to 3.6.1 --- srcpkgs/libarchive/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index a5ee27d350d490..6b46500183bf1d 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -1,6 +1,6 @@ # Template file for 'libarchive' pkgname=libarchive -version=3.6.0 +version=3.6.1 revision=1 bootstrap=yes build_style=gnu-configure @@ -18,7 +18,7 @@ license="BSD-2-Clause" homepage="http://www.libarchive.org/" changelog="https://raw.githubusercontent.com/wiki/libarchive/libarchive/ReleaseNotes.md" distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.gz" -checksum=a36613695ffa2905fdedc997b6df04a3006ccfd71d747a339b78aa8412c3d852 +checksum=c676146577d989189940f1959d9e3980d28513d74eedfbc6b7f15ea45fe54ee2 build_options="acl expat lzo lz4 ssl zstd" build_options_default="acl ssl lz4 zstd"