[packages] tar: Update to v1.22 (closes #5667)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17216 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
acinonyx 2009-08-10 23:33:30 +00:00
parent eb5a9fe250
commit f57287837c

View File

@ -1,5 +1,5 @@
# #
# Copyright (C) 2008 OpenWrt.org # Copyright (C) 2008-2009 OpenWrt.org
# #
# This is free software, licensed under the GNU General Public License v2. # This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information. # See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=tar PKG_NAME:=tar
PKG_VERSION:=1.20 PKG_VERSION:=1.22
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=@GNU/$(PKG_NAME) PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
PKG_MD5SUM:=1a7e17f27abf583b3b0bc059a827e68b PKG_MD5SUM:=07fa517027f426bb80f5f5ff91b63585
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk