summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-11-10 14:37:45 +0100
committerMichel Zou2019-11-10 14:37:45 +0100
commit400e64d85211dbf005ead59d82137cbf9684934e (patch)
treeb4f5bd2bd1465b0748f2d238ee247e95b96eef0b
parentb818f60e7ca4f46e7caa4d1ec602f272bbbca47f (diff)
downloadaur-400e64d85211dbf005ead59d82137cbf9684934e.tar.gz
1.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42824b198422..83b071c8699f 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.3
+ pkgver = 1.4.4
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.3/zstd-1.4.3.tar.gz
- sha256sums = e88ec8d420ff228610b77fba4fbf22b9f8b9d3f223a40ef59c9c075fcdad5767
+ source = https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz
+ sha256sums = 59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315
pkgname = mingw-w64-zstd
diff --git a/PKGBUILD b/PKGBUILD
index 4e66a1a1665e..47fc5f278766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-zstd
-pkgver=1.4.3
+pkgver=1.4.4
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=('e88ec8d420ff228610b77fba4fbf22b9f8b9d3f223a40ef59c9c075fcdad5767')
+sha256sums=('59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"