summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-07-20 20:19:04 -0400
committerGuillaume Horel2019-07-20 20:19:04 -0400
commitaa43af7474209be267394165553c1a6c0e2393d6 (patch)
treeaf22fbfb37316a636725311f2fd0e1cb7e1f7c7d
parent476b0f35318d6757d5217ae1f7761f47013256ac (diff)
downloadaur-aa43af7474209be267394165553c1a6c0e2393d6.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 b93a90dd125b..fddfac9789c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
- pkgver = 1.4.0
+ pkgver = 1.4.1
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.0.tar.gz
- sha256sums = 63be339137d2b683c6d19a9e34f4fb684790e864fee13c7dd40e197a64c705c1
+ source = https://github.com/facebook/zstd/archive/v1.4.1.tar.gz
+ sha256sums = f91ea3397e6cc65d398e1bc0713cf2f0b0de2fb85ea9dabb1eb3e8f1b22f8d6f
pkgname = zstd-static
diff --git a/PKGBUILD b/PKGBUILD
index f1ea477ed118..dc326b51551b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
-pkgver=1.4.0
+pkgver=1.4.1
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=('63be339137d2b683c6d19a9e34f4fb684790e864fee13c7dd40e197a64c705c1')
+sha256sums=('f91ea3397e6cc65d398e1bc0713cf2f0b0de2fb85ea9dabb1eb3e8f1b22f8d6f')
provides=('zstd')
conflicts=('zstd')