[packages] tar: Update to v1.22 (closes #5667)
authoracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 10 Aug 2009 23:33:30 +0000 (23:33 +0000)
committeracinonyx <acinonyx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 10 Aug 2009 23:33:30 +0000 (23:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17216 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/tar/Makefile

index 24241e5..2dd4a5c 100644 (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.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tar
-PKG_VERSION:=1.20
+PKG_VERSION:=1.22
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=@GNU/$(PKG_NAME)
-PKG_MD5SUM:=1a7e17f27abf583b3b0bc059a827e68b
+PKG_MD5SUM:=07fa517027f426bb80f5f5ff91b63585
 
 include $(INCLUDE_DIR)/package.mk