summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-04-12 21:51:04 +0200
committerMichel Zou2019-04-12 21:51:04 +0200
commit145ef540c17ba55801249e619686f46257025c43 (patch)
tree11ff32391f08877de0e73df966b07bdba94a15a8
parentbc0ffdfd8fe1348d9167e078bb26166b57d4a99a (diff)
downloadaur-145ef540c17ba55801249e619686f46257025c43.tar.gz
1.3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e0fc297ee39..7720b97f35b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-zstd
pkgdesc = Zstandard - Fast real-time compression algorithm (mingw-w64)
- pkgver = 1.3.7
+ pkgver = 1.3.8
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.3.7/zstd-1.3.7.tar.gz
- sha256sums = 3277f236df0ca6edae01ae84e865470000c5a3484588fd5bc3d869877fd3573d
+ source = https://github.com/facebook/zstd/releases/download/v1.3.8/zstd-1.3.8.tar.gz
+ sha256sums = 293fa004dfacfbe90b42660c474920ff27093e3fb6c99f7b76e6083b21d6d48e
pkgname = mingw-w64-zstd
diff --git a/PKGBUILD b/PKGBUILD
index 7b9b492d8c6a..b31409308188 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-zstd
-pkgver=1.3.7
+pkgver=1.3.8
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=('3277f236df0ca6edae01ae84e865470000c5a3484588fd5bc3d869877fd3573d')
+sha256sums=('293fa004dfacfbe90b42660c474920ff27093e3fb6c99f7b76e6083b21d6d48e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"