From ade1d62c6108f3ba0a79e3947b8969ce24d1c975 Mon Sep 17 00:00:00 2001 From: gitea Date: Mon, 5 Jan 2026 22:24:17 +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.11.2?= 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 9a1b558..d6476f4 100644 --- a/maturin/alr.sh +++ b/maturin/alr.sh @@ -3,8 +3,8 @@ name=( maturin python3-maturin ) -version='1.10.2' -release='8' +version='1.11.2' +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' @@ -14,7 +14,7 @@ architectures=('amd64') license=('Apache-2.0 OR MIT') sources=("https://github.com/PyO3/maturin/archive/v$version/$basepkg_name-v$version.tar.gz") -checksums=('8acb4eb224896b3fa67036680e9e7908eeb8e5c2ea3a495e987a3f2edb666f36') +checksums=('5e4ca62693365cb1d7fc27ff3747e68d22b922efc3212e24ba7ac9eefef2bbac') meta_maturin() { desc="Build and publish crates with pyo3, rust-cpython and cffi bindings"