gzip: bump to version 1.5

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-06-23 01:29:59 +00:00 committed by Peter Korsgaard
parent 5506fe9c30
commit e3cae83573
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
# gzip
#
#############################################################
GZIP_VERSION:=1.4
GZIP_SOURCE:=gzip-$(GZIP_VERSION).tar.gz
GZIP_SITE:=$(BR2_GNU_MIRROR)/gzip
GZIP_VERSION = 1.5
GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
$(eval $(call AUTOTARGETS))