summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-12-31 00:30:59 +0100
committerMichel Zou2021-12-31 00:30:59 +0100
commit5f1e5b7568281843a86adce7db8b3b5f3c09bd2d (patch)
tree996f3b6f476535d1e2e967a5727a58690e284401
parentee79d0d91dfeaf382903d41b980972eae5f519d6 (diff)
downloadaur-5f1e5b7568281843a86adce7db8b3b5f3c09bd2d.tar.gz
1.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d97eacd25770..a8c14e3ed01a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-zstd
pkgdesc = Zstandard - Fast real-time compression algorithm (mingw-w64)
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = http://www.zstd.net/
arch = any
@@ -11,7 +11,7 @@ pkgbase = mingw-w64-zstd
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz
- sha256sums = 5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94
+ source = https://github.com/facebook/zstd/releases/download/v1.5.1/zstd-1.5.1.tar.gz
+ sha256sums = e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002
pkgname = mingw-w64-zstd
diff --git a/PKGBUILD b/PKGBUILD
index 0614f5314b42..1580b93f4fb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-zstd
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
pkgdesc="Zstandard - Fast real-time compression algorithm (mingw-w64)"
url="http://www.zstd.net/"
@@ -9,7 +9,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=('5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94')
+sha256sums=('e28b2f2ed5710ea0d3a1ecac3f6a947a016b972b9dd30242369010e5f53d7002')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"