tar: bump to version 1.25

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-12-17 13:00:58 -03:00 committed by Peter Korsgaard
parent cd66493d4f
commit 4860730019
1 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
# tar
#
#############################################################
TAR_VERSION:=1.21
TAR_SOURCE:=tar-$(TAR_VERSION).tar.bz2
TAR_SITE:=$(BR2_GNU_MIRROR)/tar/
TAR_VERSION = 1.25
TAR_SITE = $(BR2_GNU_MIRROR)/tar
$(eval $(call AUTOTARGETS,package,tar))