From d068fb6d8c482ae3b2047b8131ab4a44ed9a2fb9 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Sat, 6 Sep 2025 17:50:52 +0200 Subject: [PATCH] squashfs-tools: update to 4.7.2 (#5613) --- squashfs-tools/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/squashfs-tools/PKGBUILD b/squashfs-tools/PKGBUILD index 713a0c79..c036c7fc 100644 --- a/squashfs-tools/PKGBUILD +++ b/squashfs-tools/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Christoph Reiter pkgname=squashfs-tools -pkgver=4.7 -pkgrel=2 +pkgver=4.7.2 +pkgrel=1 pkgdesc='Tools for squashfs, a highly compressed read-only filesystem for Linux' arch=(i686 x86_64) url='https://github.com/plougher/squashfs-tools' @@ -33,7 +33,7 @@ makedepends=( ) source=("https://github.com/plougher/squashfs-tools/archive/$pkgver/$pkgname-$pkgver.tar.gz" "0001-fix-cygwin.patch") -sha256sums=('f1605ef720aa0b23939a49ef4491f6e734333ccc4bda4324d330da647e105328' +sha256sums=('4672b5c47d9418d3a5ae5b243defc6d9eae8275b9771022247c6a6082c815914' 'a1c3c7851fcafe74af594a637af918f5b9e776a330d8f1018c2b94c29c28f7dc') prepare() {