summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2018-07-06 16:04:50 -0400
committerGuillaume Horel2018-07-06 16:04:50 -0400
commit9cd030a373a6396671772f3dc957661c88fa0394 (patch)
tree61a0d2cf049fc249dc49cb7927b2136e9c95947b
parente0ee96d06bfee08e205b204564c2050c191c8547 (diff)
downloadaur-9cd030a373a6396671772f3dc957661c88fa0394.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36388b59a946..94bc0ae63331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lz4-static
pkgdesc = Extremely fast compression algorithm (static version)
- pkgver = 1.8.1
+ pkgver = 1.8.2
pkgrel = 1
epoch = 1
url = http://www.lz4.org/
@@ -12,8 +12,8 @@ pkgbase = lz4-static
provides = lz4
conflicts = lz4
options = staticlibs
- source = https://github.com/lz4/lz4/archive/v1.8.1.tar.gz
- sha256sums = fc2de900b63cc6e708d5d79a1d961fbc23e13a0a16ad230f27533d637eb7b349
+ source = https://github.com/lz4/lz4/archive/v1.8.2.tar.gz
+ sha256sums = 0963fbe9ee90acd1d15e9f09e826eaaf8ea0312e854803caf2db0a6dd40f4464
pkgname = lz4-static
diff --git a/PKGBUILD b/PKGBUILD
index 7301490edad0..85dde747b79f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lz4-static
_pkgname="${pkgname%-static}"
epoch=1
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc='Extremely fast compression algorithm (static version)'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
checkdepends=('diffutils')
depends=('glibc')
source=("https://github.com/lz4/lz4/archive/v$pkgver.tar.gz")
-sha256sums=('fc2de900b63cc6e708d5d79a1d961fbc23e13a0a16ad230f27533d637eb7b349')
+sha256sums=('0963fbe9ee90acd1d15e9f09e826eaaf8ea0312e854803caf2db0a6dd40f4464')
options=('staticlibs')
provides=('lz4')
conflicts=('lz4')