diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-04-03 13:19:16 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-04-03 13:19:16 +0000 |
commit | ce6942268c6f26f89189652684eb2a9f0c3d6605 (patch) | |
tree | 89fea16bdf27194b40ef39b9916bf3384a15ac9e /tools/xz/Makefile | |
parent | 25b2bd4e1cfcc6706b597927f7f8627bdcbd0a50 (diff) | |
download | mtk-20170518-ce6942268c6f26f89189652684eb2a9f0c3d6605.zip mtk-20170518-ce6942268c6f26f89189652684eb2a9f0c3d6605.tar.gz mtk-20170518-ce6942268c6f26f89189652684eb2a9f0c3d6605.tar.bz2 |
xz: update to version 5.0.2
SVN-Revision: 26438
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 36644cd..cabc4fd 100644 --- a/tools/xz/Makefile +++ b/tools/xz/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xz -PKG_VERSION:=5.0.1 +PKG_VERSION:=5.0.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://tukaani.org/xz -PKG_MD5SUM:=cb6c7a58cec4d663a395c54d186ca0c6 +PKG_MD5SUM:=ee05b17a4062bb55cba099ef46eca007 include $(INCLUDE_DIR)/host-build.mk |