From cf424aadde2df7c810c64a096a01ba935c4fb7e6 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/squashfs-tools/template b/srcpkgs/squashfs-tools/template index d49d6c5602a8..e45225f0449a 100644 --- a/srcpkgs/squashfs-tools/template +++ b/srcpkgs/squashfs-tools/template @@ -1,17 +1,17 @@ # 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" -license="GPL-2.0-or-later" -homepage="http://squashfs.sf.net/" short_desc="Tool to create and append to squashfs filesystems" maintainer="Duncaen " +license="GPL-2.0-or-later" +homepage="https://github.com/plougher/squashfs-tools" distfiles="${SOURCEFORGE_SITE}/squashfs/squashfs${version}.tar.gz" -checksum=a981b3f3f2054b5a2e658851a3c06a2460ad04a9a8a645e0afe063a63fdbb07e +distfiles="https://github.com/plougher/squashfs-tools/archive/refs/tags/${version}.tar.gz" +checksum=b9e16188e6dc1857fe312633920f7d71cc36b0162eb50f3ecb1f0040f02edddd CFLAGS="-fcommon"