diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2011-03-03 10:26:11 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2011-03-03 10:26:11 +0000 |
commit | 51ae2b31e57c21376aeafa6e8666cafeec46ae54 (patch) | |
tree | 7c14686e251101ad569f3ba642d98c2d4141234a | |
parent | e6ba6f2b5a3d1f4626934b0c8d3b44e8b68cf1f1 (diff) | |
download | upstream-51ae2b31e57c21376aeafa6e8666cafeec46ae54.tar.gz upstream-51ae2b31e57c21376aeafa6e8666cafeec46ae54.tar.bz2 upstream-51ae2b31e57c21376aeafa6e8666cafeec46ae54.zip |
tools/xz: update to version 5.0.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25847 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 660f6e899c..36644cda07 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xz -PKG_VERSION:=5.0.0 +PKG_VERSION:=5.0.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://tukaani.org/xz -PKG_MD5SUM:=0652c09fdbb93ae2ce78c1368ffda612 +PKG_MD5SUM:=cb6c7a58cec4d663a395c54d186ca0c6 include $(INCLUDE_DIR)/host-build.mk |