squashfs-tools: update to 4.7.2 (#5613)

This commit is contained in:
Dirk Stolle 2025-09-06 17:50:52 +02:00 committed by GitHub
parent 6f52bf9c5e
commit d068fb6d8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
# Maintainer: Christoph Reiter <reiter.christoph@gmail.com>
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() {