[packages] tar: Update to v1.22 (closes #5667)
[openwrt/svn-archive/archive.git] / utils / tar / Makefile
index 24241e52a637688c0f1a87a4dec5f979976d3664..2dd4a5c35212b9269a8fb55d8b3f6472192291a6 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