aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-12-25 16:03:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-23 08:51:21 +0000
commit7f1a8cf77e10eafbcc8209bdf5d164c6019cf908 (patch)
tree0638aede7be7ed4d98e4b17d46c2c3df4231b9ab
parent0e12115593c3a4dfd777861a9a2183f5ba320658 (diff)
main/lz4: upgrade to 1.9.3
-rw-r--r--main/lz4/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD
index b3b89891c04..19cff7395af 100644
--- a/main/lz4/APKBUILD
+++ b/main/lz4/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=lz4
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=0
pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core."
url="https://github.com/lz4/lz4"
@@ -20,7 +20,8 @@ build() {
}
check() {
- make check
+ # https://github.com/lz4/lz4/issues/957
+ make -j1 check
}
tests() {
@@ -34,4 +35,4 @@ package() {
make PREFIX="/usr" DESTDIR="$pkgdir" install
}
-sha512sums="ae714c61ec8e33ed91359b63f2896cfa102d66b730dce112b74696ec5850e59d88bd5527173e01e354a70fbe8f036557a47c767ee0766bc5f9c257978116c3c1 lz4-1.9.2.tar.gz"
+sha512sums="c246b0bda881ee9399fa1be490fa39f43b291bb1d9db72dba8a85db1a50aad416a97e9b300eee3d2a4203c2bd88bda2762e81bc229c3aa409ad217eb306a454c lz4-1.9.3.tar.gz"