summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-07-25 22:33:25 -0400
committerGuillaume Horel2020-07-25 22:33:25 -0400
commita39cd9b0d1490d5a02b558c0a7d995222ea6cd04 (patch)
tree2ee9af49c3d76db6a1c9fb39061febeb55c0a574
parent1265135c2becb4574e67481bca2836d029f59296 (diff)
downloadaur-a39cd9b0d1490d5a02b558c0a7d995222ea6cd04.tar.gz
update to 1.4.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b8779450245..301d1638e36a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zstd-static
pkgdesc = Zstandard - Fast real-time compression algorithm
- pkgver = 1.4.4
+ pkgver = 1.4.5
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.4.tar.gz
- sha256sums = a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8
+ source = https://github.com/facebook/zstd/archive/v1.4.5.tar.gz
+ sha256sums = 734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2
pkgname = zstd-static
diff --git a/PKGBUILD b/PKGBUILD
index 94a52494984f..21c4ef7640bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zstd-static
_pkgname=${pkgname%-static}
-pkgver=1.4.4
+pkgver=1.4.5
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=('a364f5162c7d1a455cc915e8e3cf5f4bd8b75d09bc0f53965b0c9ca1383c52c8')
+sha256sums=('734d1f565c42f691f8420c8d06783ad818060fc390dee43ae0a89f86d0a4f8c2')
provides=('zstd')
conflicts=('zstd')