mirror of
https://github.com/pygos/build.git
synced 2024-11-05 03:27:10 +01:00
Bump BusyBox version
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
2a1519ea2c
commit
3f0c67b4cd
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.3
|
# Busybox version: 1.28.4
|
||||||
# Thu Apr 5 10:47:39 2018
|
# Fri May 25 11:39:20 2018
|
||||||
#
|
#
|
||||||
CONFIG_HAVE_DOT_CONFIG=y
|
CONFIG_HAVE_DOT_CONFIG=y
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
VERSION="1.28.3"
|
VERSION="1.28.4"
|
||||||
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="ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e"
|
SHA256SUM="e3c14a3699dc7e82fed397392957afc78e37bdf25398ac38ead6e84621b2ae6a"
|
||||||
DEPENDS="toolchain"
|
DEPENDS="toolchain"
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue