python3-zstandard: обновление до версии 0.24.0

This commit is contained in:
2025-08-20 20:59:09 +00:00
parent 4a47618aa5
commit 0c6e434ae2

View File

@@ -1,5 +1,5 @@
name='zstandard'
version='0.23.0'
version='0.24.0'
release='1'
desc='Zstandard bindings for Python.'
homepage='https://github.com/indygreg/python-zstandard'
@@ -17,7 +17,7 @@ build_deps=("python3" "python3-pip")
build_deps_arch=("python" "python-pip")
build_deps_alpine=("python3" "py3-pip")
sources=("https://files.pythonhosted.org/packages/source/z/zstandard/zstandard-0.23.0.tar.gz")
sources=("https://files.pythonhosted.org/packages/source/z/zstandard/zstandard-0.24.0.tar.gz")
checksums=('blake2b-256:edf62ac0287b442160a89d726b17a9184a4c615bb5237db763791a7fd16d9df1')
build() {