Merge pull request #404 from fbrosson/patch-1

zlib: switch source tarball format to tar.xz
This commit is contained in:
diversys
2016-01-15 12:00:49 +03:00
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages

View File

@@ -11,13 +11,13 @@ expands the data. (LZW can double or triple the file size in extreme cases.) \
zlib's memory footprint is also independent of the input data and can be \
reduced, if necessary, at some cost in compression."
HOMEPAGE="http://www.zlib.net/"
COPYRIGHT="1995-2005 Jean-loup Gailly and Mark Adler"
COPYRIGHT="1995-2013 Jean-loup Gailly and Mark Adler"
LICENSE="Zlib"
REVISION="4"
SOURCE_URI="http://zlib.net/zlib-1.2.8.tar.gz"
CHECKSUM_SHA256="36658cb768a54c1d4dec43c3116c27ed893e88b02ecfcb44f2166f9c0b7f2a0d"
SOURCE_URI="http://zlib.net/zlib-1.2.8.tar.xz"
CHECKSUM_SHA256="831df043236df8e9a7667b9e3bb37e1fcb1220a0f163b6de2626774b9590d057"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm ?ppc"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
@@ -79,4 +79,4 @@ INSTALL()
packageEntries devel \
$developDir \
$documentationDir
}
}