summaryrefslogtreecommitdiffstats
path: root/package/bash/bash.mk
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-11-07 13:08:29 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-11-07 19:32:00 +0100
commite97171db813b49bad3cb2e115b5d598a0a33909c (patch)
tree90b35dee447c0cc6dcbe02ed8409efb408df7f1f /package/bash/bash.mk
parentfc902d92d7dbb23936ecc2df3dfba7f96f8ae7be (diff)
downloadbuildroot-e97171db813b49bad3cb2e115b5d598a0a33909c.tar.gz
buildroot-e97171db813b49bad3cb2e115b5d598a0a33909c.zip
bash: switch to release tarball
Yay! The release tarball allows us to drop sizable in-tree patches, so switch to it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/bash/bash.mk')
-rw-r--r--package/bash/bash.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk
index 5eec3cc603..c44a986256 100644
--- a/package/bash/bash.mk
+++ b/package/bash/bash.mk
@@ -4,7 +4,7 @@
#
################################################################################
-BASH_VERSION = 4.3
+BASH_VERSION = 4.3.30
BASH_SITE = $(BR2_GNU_MIRROR)/bash
# Build after since bash is better than busybox shells
BASH_DEPENDENCIES = ncurses readline host-bison \
OpenPOWER on IntegriCloud