1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-05 03:27:10 +01:00

Bump squashfs-tools-ng version

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
David Oberhollenzer 2019-09-18 13:00:41 +02:00
parent 9368a90394
commit bfd7895c7a

View file

@ -1,8 +1,8 @@
VERSION="0.4.2"
VERSION="0.6.1"
SRCDIR="squashfs-tools-ng-${VERSION}"
TARBALL="${SRCDIR}.tar.xz"
URL="https://infraroot.at/pub/squashfs"
SHA256SUM="762badcf85010607a56efac1546b96a69685df33bb7d126bdae617feded835fc"
SHA256SUM="aba8eccd4c0735ef7019d84a94166a866f11054fc713c4ba0fb919f1569dd7e6"
DEPENDS=""
prepare() {
@ -24,5 +24,5 @@ deploy() {
}
check_update() {
return
check_update_simple "$URL" "squashfs-tools-ng" "tar.xz"
}