summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-13 14:04:36 -0500
committerGuillaume Horel2019-11-13 14:04:36 -0500
commit1265135c2becb4574e67481bca2836d029f59296 (patch)
tree314a96a82a9e2a62d197be0ad2dab3ebb9f8569b
parent58f592d8d5d03f882d38b3e32094699400297fe8 (diff)
downloadaur-1265135c2becb4574e67481bca2836d029f59296.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 fa2c20a2ab77..7b8779450245 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
- pkgver = 1.4.3
+ pkgver = 1.4.4
pkgrel = 1
url = http://www.zstd.net/
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = zstd-static
provides = zstd
conflicts = zstd
options = staticlibs
- source = https://github.com/facebook/zstd/archive/v1.4.3.tar.gz
- sha256sums = 5eda3502ecc285c3c92ee0cc8cd002234dee39d539b3f692997a0e80de1d33de
+ source = https://github.com/facebook/zstd/archive/v1.4.4.tar.gz
+ sha256sums = a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8
pkgname = zstd-static
diff --git a/PKGBUILD b/PKGBUILD
index c740de6c7e63..94a52494984f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
-pkgver=1.4.3
+pkgver=1.4.4
pkgrel=1
pkgdesc='Zstandard - Fast real-time compression algorithm'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('zlib' 'xz' 'lz4')
makedepends=('cmake')
options=('staticlibs')
source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz")
-sha256sums=('5eda3502ecc285c3c92ee0cc8cd002234dee39d539b3f692997a0e80de1d33de')
+sha256sums=('a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8')
provides=('zstd')
conflicts=('zstd')