mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Bump busybox version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
aed4fe12f6
commit
831e4cee6e
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.29.1
|
# Busybox version: 1.29.2
|
||||||
# Mon Jul 16 19:59:05 2018
|
# Tue Aug 14 20:10:37 2018
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_DOT_CONFIG=y
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
VERSION="1.29.1"
|
VERSION="1.29.2"
|
||||||
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="fc250730ea16d28839bfecda3c431683fa6bd4273ffca6b632cbeb3556c914c3"
|
SHA256SUM="67d2fa6e147a45875fe972de62d907ef866fe784c495c363bf34756c444a5d61"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue