From 7b2b4dc55ef35877b9350ad80dce7a526e9a57de Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 26 Jun 2019 09:03:58 +0200 Subject: [PATCH] libarchive: update to 3.4.0. --- srcpkgs/libarchive/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template index 915e3b9d8f2..299b9c6eb7b 100644 --- a/srcpkgs/libarchive/template +++ b/srcpkgs/libarchive/template @@ -1,7 +1,7 @@ # Template file for 'libarchive' pkgname=libarchive -version=3.3.3 -revision=5 +version=3.4.0 +revision=1 bootstrap=yes build_style=gnu-configure configure_args="$(vopt_enable acl) $(vopt_enable acl xattr) @@ -15,8 +15,8 @@ short_desc="Library to read/write several different streaming archive formats" maintainer="Juan RP " license="BSD-2-Clause" homepage="http://www.libarchive.org/" -distfiles="http://www.libarchive.org/downloads/libarchive-${version}.tar.gz" -checksum=ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e +distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.gz" +checksum=8643d50ed40c759f5412a3af4e353cffbce4fdf3b5cf321cb72cacf06b2d825e # Package build options build_options="acl expat lzo lz4 ssl zstd"