From f9a497f087836eb972163be60a7b5ace618edc3e Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 30 Oct 2019 20:33:35 -0500 Subject: [PATCH] libisofs: update to 1.5.2 --- srcpkgs/libisofs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libisofs/template b/srcpkgs/libisofs/template index 955ea6c993e..70c52d45afa 100644 --- a/srcpkgs/libisofs/template +++ b/srcpkgs/libisofs/template @@ -1,6 +1,6 @@ # Template file for 'libisofs' pkgname=libisofs -version=1.5.0 +version=1.5.2 revision=1 build_style=gnu-configure configure_args="--enable-libacl --enable-xattr" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://www.libburnia-project.org" distfiles="http://files.libburnia-project.org/releases/${pkgname}-${version}.tar.gz" -checksum=da5f9de3085dd7e34f3bfa73bef4f6380253b839c7aa9aa8ae66f1e1a61a3400 +checksum=ef5a139600b3e688357450e52381e40ec26a447d35eb8d21524598c7b1675500 libisofs-devel_package() { depends="${makedepends} libisofs>=${version}_${revision}"