diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-30 17:49:23 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-06-30 18:08:12 +0000 |
commit | c645fdc26495e26936c8ad329986e6f6dee2e410 (patch) | |
tree | 9d6a676edd537d597235d9067b4cf34932ae07da /community/zstd/APKBUILD | |
parent | 9669e432d5efd5e507fc69419bc7c89fe9f68175 (diff) | |
download | aports-c645fdc26495e26936c8ad329986e6f6dee2e410.tar.bz2 aports-c645fdc26495e26936c8ad329986e6f6dee2e410.tar.xz |
community/ztd: upgrade to 1.3.5
Applied 2 upstream patches that fix a behavior when stdin
is not a tty.
Diffstat (limited to 'community/zstd/APKBUILD')
-rw-r--r-- | community/zstd/APKBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/community/zstd/APKBUILD b/community/zstd/APKBUILD index cb709ed1d3..1307ae51b4 100644 --- a/community/zstd/APKBUILD +++ b/community/zstd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: stef <l0ls0fo2i@ctrlc.hu> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=zstd -pkgver=1.3.4 +pkgver=1.3.5 pkgrel=0 pkgdesc="Zstandard - Fast real-time compression algorithm" url="http://www.zstd.net" @@ -9,7 +9,9 @@ arch="all !armhf" license="BSD-3-Clause GPL-2.0-or-later" checkdepends="file" subpackages="$pkgname-static $pkgname-libs $pkgname-dev $pkgname-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/facebook/$pkgname/archive/v$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/facebook/$pkgname/archive/v$pkgver.tar.gz + allow-invoking-list-when-stdin-not-tty.patch + fix-list-tests-with-stdin.patch" builddir="$srcdir/$pkgname-$pkgver" build() { @@ -34,4 +36,6 @@ static() { mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/ } -sha512sums="d3c8c1dfabd251b03205b64eff97898c1e2ca457191b1f6257450e6d2675451a68aa0bc2220b2c65baa69a6997d98490612779d95b3325320c0a3202810ae554 zstd-1.3.4.tar.gz" +sha512sums="a5347b132d6b79e6a7f39a4546cafc5cf85e8d01b765477011008908035789e914b1093e2b2405c75086f05a7bc87e29b69e10252260d747c5c056ce16f91661 zstd-1.3.5.tar.gz +7d8bcf26b09270a41cd15d0d9f7b8d177e3fed152d7755558195d4dd0803bcb3d1568fb988bc0d4eff74b9053e42323ae1db2a114582af1731546faff214d5da allow-invoking-list-when-stdin-not-tty.patch +5966b58b35aa43557d0dc36c00c11e07d23fb91249c5e4ce32bcbc9e9de259e691ab2537fa09886c1a1635f1042a4e09f91a7907069a79302c9ee76c95c3809c fix-list-tests-with-stdin.patch" |