diff options
-rw-r--r-- | main/lz4/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD index 526a34a96e..e7a0edc282 100644 --- a/main/lz4/APKBUILD +++ b/main/lz4/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=lz4 pkgver=1.9.3 -pkgrel=0 +pkgrel=1 pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core." url="https://github.com/lz4/lz4" arch="all" @@ -14,7 +14,7 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/lz4/lz4/archive/v$pkgver.tar " # secfixes: -# 1.9.3-r0: +# 1.9.3-r1: # - CVE-2021-3520 # 1.9.2-r0: # - CVE-2019-17543 |