From f32d6c2afcb55e521c053560c844847755e88cdd Mon Sep 17 00:00:00 2001 From: gitea Date: Sat, 4 Oct 2025 21:02:11 +0000 Subject: [PATCH] =?UTF-8?q?maturin:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=81=D0=B8=D0=B8=201.9.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maturin/alr.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/maturin/alr.sh b/maturin/alr.sh index fc450e0..d99d22d 100644 --- a/maturin/alr.sh +++ b/maturin/alr.sh @@ -1,6 +1,6 @@ name='maturin' -version='1.9.4' -release='2' +version='1.9.5' +release='1' desc='Build and publish crates with pyo3, rust-cpython and cffi bindings' desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi' homepage='https://github.com/PyO3/maturin' @@ -108,7 +108,7 @@ build_deps_rhel=("${build_deps[@]}") build_deps_rosa=("${build_deps[@]}") options=(!lto) sources=("https://github.com/PyO3/maturin/archive/v$version/$name-v$version.tar.gz") -checksums=('SKIP') +checksums=('d2fa1522a0bd104b97ac14558ff74381ddfa128437784a5dadee670eec0e9b57') _pick() { local p="$1" f d; shift