1
0
Fork 0
mirror of https://github.com/pygos/build.git synced 2024-11-22 02:59:47 +01:00

Bump busybox version

Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
David Oberhollenzer 2018-08-14 20:11:16 +02:00
parent aed4fe12f6
commit 831e4cee6e
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Busybox version: 1.29.1
# Mon Jul 16 19:59:05 2018
# Busybox version: 1.29.2
# Tue Aug 14 20:10:37 2018
#
CONFIG_HAVE_DOT_CONFIG=y

View file

@ -1,8 +1,8 @@
VERSION="1.29.1"
VERSION="1.29.2"
SRCDIR="busybox-$VERSION"
TARBALL="busybox-$VERSION.tar.bz2"
URL="https://busybox.net/downloads"
SHA256SUM="fc250730ea16d28839bfecda3c431683fa6bd4273ffca6b632cbeb3556c914c3"
SHA256SUM="67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61"
DEPENDS="toolchain"
prepare() {