summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-08-13 17:45:10 -0400
committerGuillaume Horel2019-08-13 17:45:10 -0400
commite5ca2453449e443e94f8ab9bd23a97a21f97c86c (patch)
treee560d31c78187c062ba4b2c5a67987ab377e1f12
parentaa43af7474209be267394165553c1a6c0e2393d6 (diff)
downloadaur-e5ca2453449e443e94f8ab9bd23a97a21f97c86c.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 fddfac9789c0..0a8afa78d84b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = http://www.zstd.net/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = zstd-static
provides = zstd
conflicts = zstd
options = staticlibs
- source = https://github.com/facebook/zstd/archive/v1.4.1.tar.gz
- sha256sums = f91ea3397e6cc65d398e1bc0713cf2f0b0de2fb85ea9dabb1eb3e8f1b22f8d6f
+ source = https://github.com/facebook/zstd/archive/v1.4.2.tar.gz
+ sha256sums = 7a6e1dad34054b35e2e847eb3289be8820a5d378228802239852f913c6dcf6a7
pkgname = zstd-static
diff --git a/PKGBUILD b/PKGBUILD
index dc326b51551b..1d5ce7226a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('BSD')
depends=('zlib' 'xz' 'lz4')
options=('staticlibs')
source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
-sha256sums=('f91ea3397e6cc65d398e1bc0713cf2f0b0de2fb85ea9dabb1eb3e8f1b22f8d6f')
+sha256sums=('7a6e1dad34054b35e2e847eb3289be8820a5d378228802239852f913c6dcf6a7')
provides=('zstd')
conflicts=('zstd')