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
f415a39e96
commit
35558aa27d
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Busybox version: 1.28.1
|
||||
# Sun Feb 25 13:37:16 2018
|
||||
# Busybox version: 1.28.3
|
||||
# Thu Apr 5 10:47:39 2018
|
||||
#
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
VERSION="1.28.1"
|
||||
VERSION="1.28.3"
|
||||
SRCDIR="busybox-$VERSION"
|
||||
TARBALL="busybox-$VERSION.tar.bz2"
|
||||
URL="https://busybox.net/downloads"
|
||||
SHA256SUM="98fe1d3c311156c597cd5cfa7673bb377dc552b6fa20b5d3834579da3b13652e"
|
||||
SHA256SUM="ad0d22033f23e696f9a71a4c2f9210194dda39b024a79151f4ac278995332a6e"
|
||||
DEPENDS="toolchain"
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue