summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-12-21 22:09:58 -0500
committerGuillaume Horel2020-12-21 22:09:58 -0500
commit49dc732837e4fe668e2294f623fe1541b769ba29 (patch)
treeb3d62466ca563a06d7112f503046a25ab6ea3688 /PKGBUILD
parent1cecd4fef22a033333685db5abdc2211764a066e (diff)
downloadaur-lz4-static.tar.gz
bump to 1.9.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0809beea54e..a29a34458dc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lz4-static
_pkgname="${pkgname%-static}"
-pkgver=1.9.2
+pkgver=1.9.3
pkgrel=1
pkgdesc='Extremely fast compression algorithm (static version)'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
checkdepends=('diffutils')
depends=('glibc')
source=("https://github.com/lz4/lz4/archive/v$pkgver.tar.gz")
-sha256sums=('658ba6191fa44c92280d4aa2c271b0f4fbc0e34d249578dd05e50e76d0e5efcc')
+sha256sums=('030644df4611007ff7dc962d981f390361e6c97a34e5cbc393ddfbe019ffe2c1')
options=('staticlibs')
provides=('lz4')
conflicts=('lz4')