diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-12 12:48:49 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-08-12 12:48:49 +0000 |
commit | 499b9b26dc1c9fc727562b556e312edfdb524620 (patch) | |
tree | e5b61fa72202a1448fc5df8131c8a80e56111a05 /tools | |
parent | e22f7daae53943dd8a122977c56a730045ecfb4d (diff) |
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')
-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 b1698be99..729863088 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 |