summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-03-22 17:11:12 -0400
committerGuillaume Horel2019-03-22 17:11:12 -0400
commit092d2fd6cffb62b03bb8b5323a5e08c06389ccfd (patch)
tree68ed151079e9e5ab7414cd7842293b5b3029e174
parent683a255d6773da7ff24e30a00606b7ca3dd7b136 (diff)
downloadaur-092d2fd6cffb62b03bb8b5323a5e08c06389ccfd.tar.gz
version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c09baf893ca3..3964778dfe70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
- pkgver = 1.3.4
+ pkgver = 1.3.8
pkgrel = 1
url = http://www.zstd.net/
- arch = i686
arch = x86_64
license = BSD
makedepends = gtest
@@ -13,8 +12,8 @@ pkgbase = zstd-static
provides = zstd
conflicts = zstd
options = staticlibs
- source = https://github.com/facebook/zstd/archive/v1.3.4.tar.gz
- sha256sums = 92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9
+ source = https://github.com/facebook/zstd/archive/v1.3.8.tar.gz
+ sha256sums = 90d902a1282cc4e197a8023b6d6e8d331c1fd1dfe60f7f8e4ee9da40da886dc3
pkgname = zstd-static
diff --git a/PKGBUILD b/PKGBUILD
index 03a2ea3a41d9..c85b0a809df9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
-pkgver=1.3.4
+pkgver=1.3.8
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('zlib' 'xz' 'lz4')
makedepends=('gtest')
options=('staticlibs')
source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
-sha256sums=('92e41b6e8dd26bbd46248e8aa1d86f1551bc221a796277ae9362954f26d605a9')
+sha256sums=('90d902a1282cc4e197a8023b6d6e8d331c1fd1dfe60f7f8e4ee9da40da886dc3')
provides=('zstd')
conflicts=('zstd')