diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-05 09:36:50 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-02-05 09:39:02 +0100 |
commit | b5f69736be4156832e22dec583a4721389553142 (patch) | |
tree | 3a874873f788f4398037855463e252039fe0045e /package | |
parent | e47219ea320dc9641e5674714352b4943095919e (diff) | |
download | buildroot-novena-b5f69736be4156832e22dec583a4721389553142.tar.gz buildroot-novena-b5f69736be4156832e22dec583a4721389553142.zip |
Revert "gawk: bump to version 4.0.2"
This reverts commit 6b307de4f9d6ae806b7cbbf8bc1d412d139d75cf (version part).
Fixes http://autobuild.buildroot.org/results/46828cef48bc1267583ba8174c0e8ee993fac865
As discussed on the list, let's revert this for the 2013.02 release
and then bring it up wiith gawk upstream / try to fix for 2013.05+
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/gawk/gawk.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gawk/gawk.mk b/package/gawk/gawk.mk index 4a215926c..366dea78f 100644 --- a/package/gawk/gawk.mk +++ b/package/gawk/gawk.mk @@ -4,7 +4,7 @@ # ############################################################# -GAWK_VERSION = 4.0.2 +GAWK_VERSION = 4.0.1 GAWK_SITE = $(BR2_GNU_MIRROR)/gawk GAWK_TARGET_BINS = awk gawk igawk pgawk GAWK_LICENSE = GPLv3 |