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 | 958a9c96cd631d9eb0cd7e8575d62b7d9fdc32fb (patch) | |
tree | 22c3fda3937b9d57735b3707f6b522da9b4d2962 /tools/xz/Makefile | |
parent | 82759a171607a8bc277a82e9a5b36dd40e9b554c (diff) | |
download | upstream-958a9c96cd631d9eb0cd7e8575d62b7d9fdc32fb.tar.gz upstream-958a9c96cd631d9eb0cd7e8575d62b7d9fdc32fb.tar.bz2 upstream-958a9c96cd631d9eb0cd7e8575d62b7d9fdc32fb.zip |
xz: update to 5.0.4
Signed-off-by: Jonh Wendell <jonh.wendell@gmail.com>
SVN-Revision: 33146
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 |