mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump util-linux version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
35558aa27d
commit
3363827c78
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- a/configure
|
--- a/configure
|
||||||
+++ b/configure
|
+++ b/configure
|
||||||
@@ -20474,231 +20474,6 @@ fi
|
@@ -20795,231 +20795,6 @@ fi
|
||||||
have_ncursesw=no
|
have_ncursesw=no
|
||||||
have_ncursesw_header=no
|
have_ncursesw_header=no
|
||||||
if test "x$with_ncursesw" != xno; then :
|
if test "x$with_ncursesw" != xno; then :
|
||||||
|
@ -232,7 +232,7 @@
|
||||||
# pkg-config (not supported by ncurses upstream by default)
|
# pkg-config (not supported by ncurses upstream by default)
|
||||||
#
|
#
|
||||||
if test "x$have_ncursesw" = xno; then :
|
if test "x$have_ncursesw" = xno; then :
|
||||||
@@ -20933,230 +20708,6 @@ esac
|
@@ -21254,230 +21029,6 @@ esac
|
||||||
|
|
||||||
if test "x$have_ncursesw" = xno -a "x$with_ncurses" != xno ; then :
|
if test "x$have_ncursesw" = xno -a "x$with_ncurses" != xno ; then :
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
VERSION="2.31"
|
VERSION="2.32"
|
||||||
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="f9be7cdcf4fc5c5064a226599acdda6bdf3d86c640152ba01ea642d91108dc8a"
|
SHA256SUM="6c7397abc764e32e8159c2e96042874a190303e77adceb4ac5bd502a272a4734"
|
||||||
DEPENDS="bash ncurses zlib"
|
DEPENDS="bash ncurses zlib"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue