From 063fbbb1e218068e01da3a3fdffce2bd2019df64 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 10 Nov 2023 16:52:22 +0100 Subject: [PATCH] python-zstandard: Update to 0.22.0 --- python-zstandard/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-zstandard/PKGBUILD b/python-zstandard/PKGBUILD index 0a47b5b8..f2d46be6 100644 --- a/python-zstandard/PKGBUILD +++ b/python-zstandard/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jeremy Drake pkgname=python-zstandard -pkgver=0.21.0 +pkgver=0.22.0 pkgrel=1 pkgdesc='Python bindings to the Zstandard (zstd) compression library' arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ makedepends=( ) options=('!emptydirs') source=("https://github.com/indygreg/${pkgname}/archive/${pkgver}.tar.gz") -sha256sums=('15adc6bfa629d48b0bb658e9eae94c484adb66a28738fa780478eebeb41599a5') +sha256sums=('34ce7ef020afca1344c538a778e2a2e30dc43b11509aa4cb5cf076228d959ca7') prepare() { cd "${pkgname}-${pkgver}"