diff options
author | Oleg Titov <oleg.titov@gmail.com> | 2018-12-27 13:14:48 -0600 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-12-28 01:20:06 +0200 |
commit | 02c07e00130b8d3380ea918cb1f4cd90d1f24175 (patch) | |
tree | 365cb88afdff325c41fcfb9fd3a6cf230b6ee9ac /community | |
parent | e796190bdf39f4717b794643ba5ca2a6917857d4 (diff) | |
download | aports-02c07e00130b8d3380ea918cb1f4cd90d1f24175.tar.bz2 aports-02c07e00130b8d3380ea918cb1f4cd90d1f24175.tar.xz |
community/zstd: upgrade to 1.3.8
Diffstat (limited to 'community')
-rw-r--r-- | community/zstd/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/zstd/APKBUILD b/community/zstd/APKBUILD index 796ebf3074..868c4d12d2 100644 --- a/community/zstd/APKBUILD +++ b/community/zstd/APKBUILD @@ -1,8 +1,8 @@ # Contributor: stef <l0ls0fo2i@ctrlc.hu> # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=zstd -pkgver=1.3.7 -pkgrel=1 +pkgver=1.3.8 +pkgrel=0 pkgdesc="Zstandard - Fast real-time compression algorithm" url="http://www.zstd.net" arch="all !armhf" @@ -40,5 +40,5 @@ static() { mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/ } -sha512sums="b7a432b13e237ac1490cd82b87727f6a4385d5ea7b89f566dea61a3993e17909c03288f727326ada326e36eb47ea5f9eab67c097808ee42f52cc800a7f7e1738 zstd-1.3.7.tar.gz +sha512sums="834f7b6477c1e7d70f71105ea52be15c33866b48b93b7a3c6dff4f10c761e5ad35f3903899516317690a4b768051f6eedf7c030292f57cea5613d4017fab9466 zstd-1.3.8.tar.gz 4e577dc44f7b870ef55e179865e03a924f1cab5307367658e011f9868ef82562ca299e31411ef2ea15f0ac4247bcc5ce013a5c716479e08b34d0229d896aefc8 lift-XXH_FORCE_MEMORY_ACCESS-condition.patch" |