Merge pull request #65 from edemirkan/dev-xz-src-update
switch compress/xz upstream source to fedoraproject.org
This commit is contained in:
commit
3aa5e5e489
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@
|
|||
PKG_NAME="xz"
|
||||
PKG_VERSION="5.4.4"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://tukaani.org/xz/"
|
||||
PKG_URL="https://tukaani.org/xz/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_SHA512="2b233a924b82190ff15e970c5a4a59f1c53a0b39a96bde228c9dfc9b103b4a3e5888f5024da4834e180f6010620ff23caf9f7135a38724eb2c8d01bff7a9a9e1"
|
||||
PKG_SITE="https://src.fedoraproject.org/repo/pkgs/xz/"
|
||||
PKG_URL="https://src.fedoraproject.org/repo/pkgs/xz/${PKG_NAME}-${PKG_VERSION}.tar.xz/sha512/${PKG_SHA512}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_DEPENDS_HOST="ccache:host"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="A free general-purpose data compression software with high compression ratio."
|
||||
|
|
Loading…
Reference in a new issue