aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-10-30 22:31:09 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-10-30 22:31:09 +0000
commit9a9fd4ed87c6cc9cb83332b86adb669405af399a (patch)
tree13528ecb03137cdfc25de2664205a3706284cff4 /tools/xz
parent61af3ae2809cb845d856e399a2d75b4a9b14055f (diff)
downloadmaster-187ad058-9a9fd4ed87c6cc9cb83332b86adb669405af399a.tar.gz
master-187ad058-9a9fd4ed87c6cc9cb83332b86adb669405af399a.tar.bz2
master-187ad058-9a9fd4ed87c6cc9cb83332b86adb669405af399a.zip
tools/xz: update to 5.2.2
Update xz to version 5.2.2. Add a secondary download location. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47298 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/xz')
-rw-r--r--tools/xz/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index d1f10081ae..ce67acf645 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2013 OpenWrt.org
+# Copyright (C) 2006-2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -7,11 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xz
-PKG_VERSION:=5.2.1
+PKG_VERSION:=5.2.2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://tukaani.org/xz
-PKG_MD5SUM:=d484910b26fec5aff99ee66350589e29
+PKG_SOURCE_URL:=http://tukaani.org/xz \
+ http://fossies.org/linux/misc
+PKG_MD5SUM:=f90c9a0c8b259aee2234c4e0d7fd70af
HOST_BUILD_PARALLEL:=1