aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-05-22 04:36:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-22 08:03:19 +0000
commitc773d6d0d9b2afa790264a4aa5d455843e139d84 (patch)
tree41483a744442f89e565762c3e1626b93a7e20262
parentde95a547405d676f9987667166638b5a818788a2 (diff)
downloadalpine_aports-c773d6d0d9b2afa790264a4aa5d455843e139d84.tar.bz2
alpine_aports-c773d6d0d9b2afa790264a4aa5d455843e139d84.tar.xz
alpine_aports-c773d6d0d9b2afa790264a4aa5d455843e139d84.zip
main/zstd: upgrade to 1.4.5
-rw-r--r--main/zstd/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/main/zstd/APKBUILD b/main/zstd/APKBUILD
index e18ea51ae1..fec8f02bd2 100644
--- a/main/zstd/APKBUILD
+++ b/main/zstd/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: stef <l0ls0fo2i@ctrlc.hu> 1# Contributor: stef <l0ls0fo2i@ctrlc.hu>
2# Maintainer: André Klitzing <aklitzing@gmail.com> 2# Maintainer: André Klitzing <aklitzing@gmail.com>
3pkgname=zstd 3pkgname=zstd
4pkgver=1.4.4 4pkgver=1.4.5
5pkgrel=1 5pkgrel=0
6pkgdesc="Zstandard - Fast real-time compression algorithm" 6pkgdesc="Zstandard - Fast real-time compression algorithm"
7url="https://www.zstd.net" 7url="https://www.zstd.net"
8arch="all" 8arch="all"
@@ -18,7 +18,6 @@ source="zstd-$pkgver.tar.gz::https://github.com/facebook/zstd/archive/v$pkgver.t
18# - CVE-2019-11922 18# - CVE-2019-11922
19 19
20build() { 20build() {
21 cd "$builddir"
22 unset CPPFLAGS 21 unset CPPFLAGS
23 local _moreflags="-O2" 22 local _moreflags="-O2"
24 case "$CARCH" in 23 case "$CARCH" in
@@ -29,7 +28,6 @@ build() {
29} 28}
30 29
31check() { 30check() {
32 cd "$builddir"
33 case "$CARCH" in 31 case "$CARCH" in
34 arm*) make check ;; 32 arm*) make check ;;
35 *) make test ;; 33 *) make test ;;
@@ -37,7 +35,6 @@ check() {
37} 35}
38 36
39package() { 37package() {
40 cd "$builddir"
41 make PREFIX="/usr" DESTDIR="$pkgdir" install 38 make PREFIX="/usr" DESTDIR="$pkgdir" install
42} 39}
43 40
@@ -47,4 +44,4 @@ static() {
47 mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/ 44 mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
48} 45}
49 46
50sha512sums="8209837e8eb14e474dfe21d5511085f46cef93b03ab77613fd41e7b8be652418231c38852669c8e0b55b78ad41ea2cb8008d0da122a83f8f27e32b5c86f045cf zstd-1.4.4.tar.gz" 47sha512sums="b03c497c3e0590c3d384cb856e3024f144b2bfac0d805d80e68deafa612c68237f12a2d657416d476a28059e80936c79f099fc42331464b417593895ea214387 zstd-1.4.5.tar.gz"