mirror of
https://github.com/pygos/build.git
synced 2024-11-25 12:20:42 +01:00
Bump busybox version
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
This commit is contained in:
parent
11762a1c75
commit
746049b0a0
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.30.0
|
# Busybox version: 1.30.1
|
||||||
# Wed Jan 9 15:32:32 2019
|
# Sat Mar 9 23:36:46 2019
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_DOT_CONFIG=y
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
VERSION="1.30.0"
|
VERSION="1.30.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="9553da068c0a30b1b8b72479908c1ba58672e2be7b535363a88de5e0f7bc04ce"
|
SHA256SUM="3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue