diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-12 12:48:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-12 12:48:49 +0000 |
commit | 8cd7b032c1bca6d0ea380f2fae5593feb9b13c55 (patch) | |
tree | e5b61fa72202a1448fc5df8131c8a80e56111a05 /tools/xz/Makefile | |
parent | ada827ea0225d332c59c1b0e261ef465606269b6 (diff) | |
download | upstream-8cd7b032c1bca6d0ea380f2fae5593feb9b13c55.tar.gz upstream-8cd7b032c1bca6d0ea380f2fae5593feb9b13c55.tar.bz2 upstream-8cd7b032c1bca6d0ea380f2fae5593feb9b13c55.zip |
xz: update to 5.0.4
Signed-off-by: Jonh Wendell <jonh.wendell@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33146 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/xz/Makefile')
-rw-r--r-- | tools/xz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile index b1698be99e..7298630882 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xz -PKG_VERSION:=5.0.3 +PKG_VERSION:=5.0.4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://tukaani.org/xz -PKG_MD5SUM:=8d900b742b94fa9e708ca4f5a4b29003 +PKG_MD5SUM:=741cd3a5f64b23b7bac56ec5b2258715 include $(INCLUDE_DIR)/host-build.mk |