mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump busybox version to 1.28.1
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
80353cf9a3
commit
372fc76053
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue