mirror of
https://github.com/pygos/build.git
synced 2024-11-05 11:37:10 +01:00
Bump squashfs-tools-ng version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
9368a90394
commit
bfd7895c7a
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="0.4.2"
|
VERSION="0.6.1"
|
||||||
SRCDIR="squashfs-tools-ng-${VERSION}"
|
SRCDIR="squashfs-tools-ng-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://infraroot.at/pub/squashfs"
|
URL="https://infraroot.at/pub/squashfs"
|
||||||
SHA256SUM="762badcf85010607a56efac1546b96a69685df33bb7d126bdae617feded835fc"
|
SHA256SUM="aba8eccd4c0735ef7019d84a94166a866f11054fc713c4ba0fb919f1569dd7e6"
|
||||||
DEPENDS=""
|
DEPENDS=""
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -24,5 +24,5 @@ deploy() {
|
||||||
}
|
}
|
||||||
|
|
||||||
check_update() {
|
check_update() {
|
||||||
return
|
check_update_simple "$URL" "squashfs-tools-ng" "tar.xz"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue