mirror of
https://github.com/pygos/build.git
synced 2024-11-25 04:20:41 +01:00
Bump util-linux version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
0f24aadc2a
commit
56d947513a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
VERSION="2.32"
|
VERSION="2.33"
|
||||||
SRCDIR="util-linux-${VERSION}"
|
SRCDIR="util-linux-${VERSION}"
|
||||||
TARBALL="${SRCDIR}.tar.xz"
|
TARBALL="${SRCDIR}.tar.xz"
|
||||||
URL="https://www.kernel.org/pub/linux/utils/util-linux/v$VERSION/"
|
URL="https://www.kernel.org/pub/linux/utils/util-linux/v$VERSION/"
|
||||||
SHA256SUM="6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734"
|
SHA256SUM="f261b9d73c35bfeeea04d26941ac47ee1df937bd3b0583e748217c1ea423658a"
|
||||||
DEPENDS="bash ncurses zlib"
|
DEPENDS="bash ncurses zlib"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue