summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-09-01 20:39:02 +0200
committerMichel Zou2021-09-01 20:39:02 +0200
commitee79d0d91dfeaf382903d41b980972eae5f519d6 (patch)
tree5e4d54989d04485802230273362cc787afcc4211
parent3417f855d26cd69fc72f7b4a04e81ea7f72c2c87 (diff)
downloadaur-ee79d0d91dfeaf382903d41b980972eae5f519d6.tar.gz
1.5.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f649ac748c60..d97eacd25770 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.9
+ pkgver = 1.5.0
pkgrel = 1
url = http://www.zstd.net/
arch = any
@@ -11,8 +11,7 @@ pkgbase = mingw-w64-zstd
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-1.4.9.tar.gz
- sha256sums = 29ac74e19ea28659017361976240c4b5c5c24db3b89338731a6feb97c038d293
+ source = https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-1.5.0.tar.gz
+ sha256sums = 5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94
pkgname = mingw-w64-zstd
-
diff --git a/PKGBUILD b/PKGBUILD
index ffd3e0c309df..0614f5314b42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-zstd
-pkgver=1.4.9
+pkgver=1.5.0
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=('29ac74e19ea28659017361976240c4b5c5c24db3b89338731a6feb97c038d293')
+sha256sums=('5194fbfa781fcf45b98c5e849651aa7b3b0a008c6b72d4a0db760f3002291e94')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"