From 958a9c96cd631d9eb0cd7e8575d62b7d9fdc32fb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Aug 2012 12:48:49 +0000 Subject: [PATCH] xz: update to 5.0.4 Signed-off-by: Jonh Wendell SVN-Revision: 33146 --- tools/xz/Makefile | 4 ++-- 1 file 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 -- 2.25.1