1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-05-20 04:26:13 +02:00

Bump busybox version to 1.28.1

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-02-25 13:38:00 +01:00
parent 80353cf9a3
commit 372fc76053
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# #
# Automatically generated make config: don't edit # Automatically generated make config: don't edit
# Busybox version: 1.28.0 # Busybox version: 1.28.1
# Sat Feb 10 11:43:04 2018 # Sun Feb 25 13:37:16 2018
# #
CONFIG_HAVE_DOT_CONFIG=y CONFIG_HAVE_DOT_CONFIG=y

View file

@ -1,8 +1,8 @@
VERSION="1.28.0" VERSION="1.28.1"
SRCDIR="busybox-$VERSION" SRCDIR="busybox-$VERSION"
TARBALL="busybox-$VERSION.tar.bz2" TARBALL="busybox-$VERSION.tar.bz2"
URL="https://busybox.net/downloads" URL="https://busybox.net/downloads"
SHA256SUM="604553b7dbd59ded9e3ad7c6af49ed2cff599adf3e54d9463e5e0027b362019c" SHA256SUM="98fe1d3c311156c597cd5cfa7673bb377dc552b6fa20b5d3834579da3b13652e"
DEPENDS="toolchain" DEPENDS="toolchain"
prepare() { prepare() {