diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-03 09:28:56 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-04-03 09:28:56 +0000 |
commit | 0c33ede99669650a70e26d3a2194a1f74ab733e8 (patch) | |
tree | 8f0366d8eb7fb940f517c876c28557811978e25c /package/gzip/gzip.mk | |
parent | fe6088d9d40b47c3280400cc35cb7d89bc57c2e5 (diff) | |
download | buildroot-novena-0c33ede99669650a70e26d3a2194a1f74ab733e8.tar.gz buildroot-novena-0c33ede99669650a70e26d3a2194a1f74ab733e8.zip |
gzip, diff, grub: bump versions
Patch by andrewma (closes #2754)
Diffstat (limited to 'package/gzip/gzip.mk')
-rw-r--r-- | package/gzip/gzip.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk index 582270e63..b292d6488 100644 --- a/package/gzip/gzip.mk +++ b/package/gzip/gzip.mk @@ -3,9 +3,8 @@ # gzip # ############################################################# -GZIP_VERSION:=1.3.5 +GZIP_VERSION:=1.3.12 GZIP_SOURCE:=gzip-$(GZIP_VERSION).tar.gz -#GZIP_SITE:=ftp://alpha.gnu.org/gnu/gzip GZIP_SITE:=$(BR2_GNU_MIRROR)/gzip GZIP_DIR:=$(BUILD_DIR)/gzip-$(GZIP_VERSION) GZIP_CAT:=$(ZCAT) |