aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xz
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2016-10-04 07:28:54 -0500
committerJo-Philipp Wich <jo@mein.io>2016-10-06 12:16:56 +0200
commit9edfe7dd13d973b2d0c754d79dabdeebaeb13d49 (patch)
treec863ca53b41bc1ee83f8b1fb620231811f2e2792 /tools/xz
parent34528c4807de017c359d87d0cd3c415cc0ae1893 (diff)
downloadupstream-9edfe7dd13d973b2d0c754d79dabdeebaeb13d49.tar.gz
upstream-9edfe7dd13d973b2d0c754d79dabdeebaeb13d49.tar.bz2
upstream-9edfe7dd13d973b2d0c754d79dabdeebaeb13d49.zip
source: Switch to xz for packages and tools where possible
* Change git packages to xz * Update mirror checksums in packages where they are used * Change a few source tarballs to xz if available upstream * Remove unused lines in packages we're touching, requested by jow- and blogic * We're relying more on xz-utils so add official mirror as primary source, master site as secondary. * Add SHA256 checksums to multiple git tarball packages Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools/xz')
-rw-r--r--tools/xz/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index ce67acf645..1bccbdb263 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -9,10 +9,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=xz
PKG_VERSION:=5.2.2
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=http://tukaani.org/xz \
- http://fossies.org/linux/misc
-PKG_MD5SUM:=f90c9a0c8b259aee2234c4e0d7fd70af
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
+PKG_SOURCE_URL:=@SF/lzmautils \
+ http://tukaani.org/xz
+PKG_MD5SUM:=f341b1906ebcdde291dd619399ae944600edc9193619dd0c0110a5f05bfcc89e
HOST_BUILD_PARALLEL:=1