summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-08-30 14:49:16 +0200
committerMichel Zou2019-08-30 14:49:16 +0200
commitb818f60e7ca4f46e7caa4d1ec602f272bbbca47f (patch)
tree121f1921016315a86929dc3008407af436b2821f
parent8c3fa7eba3f8a7241cf00736f403c2d077605ed1 (diff)
downloadaur-b818f60e7ca4f46e7caa4d1ec602f272bbbca47f.tar.gz
1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a36f0369661..42824b198422 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-zstd
pkgdesc = Zstandard - Fast real-time compression algorithm (mingw-w64)
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = http://www.zstd.net/
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-zstd
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/facebook/zstd/releases/download/v1.4.2/zstd-1.4.2.tar.gz
- sha256sums = 12730983b521f9a604c6789140fcb94fadf9a3ca99199765e33c56eb65b643c9
+ source = https://github.com/facebook/zstd/releases/download/v1.4.3/zstd-1.4.3.tar.gz
+ sha256sums = e88ec8d420ff228610b77fba4fbf22b9f8b9d3f223a40ef59c9c075fcdad5767
pkgname = mingw-w64-zstd
diff --git a/PKGBUILD b/PKGBUILD
index 838102bb81ec..4e66a1a1665e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-zstd
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Zstandard - Fast real-time compression algorithm (mingw-w64)"
url="http://www.zstd.net/"
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/facebook/zstd/releases/download/v${pkgver}/zstd-${pkgver}.tar.gz")
-sha256sums=('12730983b521f9a604c6789140fcb94fadf9a3ca99199765e33c56eb65b643c9')
+sha256sums=('e88ec8d420ff228610b77fba4fbf22b9f8b9d3f223a40ef59c9c075fcdad5767')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"