From e58f86ae7aa1e8916a1c20078f732d5779f6d80e Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Sat, 24 Jul 2021 10:33:44 +0000 Subject: [PATCH] squashfs-tools: update to 4.5. --- srcpkgs/squashfs-tools/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/squashfs-tools/template b/srcpkgs/squashfs-tools/template index d49d6c5602a8..75a67098cc05 100644 --- a/srcpkgs/squashfs-tools/template +++ b/srcpkgs/squashfs-tools/template @@ -1,8 +1,7 @@ # Template file for 'squashfs-tools' pkgname=squashfs-tools -version=4.4 -revision=2 -wrksrc="squashfs${version}" +version=4.5 +revision=1 build_wrksrc="squashfs-tools" build_style=gnu-makefile makedepends="zlib-devel lzo-devel liblzma-devel liblz4-devel libzstd-devel" @@ -11,7 +10,7 @@ homepage="http://squashfs.sf.net/" short_desc="Tool to create and append to squashfs filesystems" maintainer="Duncaen " distfiles="${SOURCEFORGE_SITE}/squashfs/squashfs${version}.tar.gz" -checksum=a981b3f3f2054b5a2e658851a3c06a2460ad04a9a8a645e0afe063a63fdbb07e +checksum=c493b29c3d152789d04fae5e6532499d96ce3f79256bc6df4f97b5170c88e979 CFLAGS="-fcommon"