Skip to content

Commit 37d6550

Browse files
committed
python-zstandard: update to 0.23.0
1 parent 1276594 commit 37d6550

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mingw-w64-python-zstandard/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
_realname=zstandard
44
pkgbase=mingw-w64-python-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
6-
pkgver=0.22.0
7-
pkgrel=3
6+
pkgver=0.23.0
7+
pkgrel=1
88
pkgdesc='Python bindings to the Zstandard (zstd) compression library (mingw-w64)'
99
arch=('any')
1010
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -24,7 +24,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-hypothesis")
2424
optdepends=("${MINGW_PACKAGE_PREFIX}-python-cffi")
2525
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz"
2626
0001-python-zstandard-check-compiler-type.patch)
27-
sha256sums=('8226a33c542bcb54cd6bd0a366067b610b41713b64c9abec1bc4533d69f51e70'
27+
sha256sums=('b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09'
2828
'9b2affb073fb5f5d757701b98fa3ee87a84f90c9c58d17d06c8a4e8339041afe')
2929

3030
prepare() {

0 commit comments

Comments
 (0)