From ea3406335cf8c170b1eaf901f28334b7a53c3567 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 22 Dec 2021 11:34:40 -0500 Subject: [PATCH] maturin: update to 0.12.5. --- srcpkgs/maturin/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 6db10055fd3..e6dbc2dc238 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,6 +1,6 @@ # Template file for 'maturin' pkgname=maturin -version=0.12.4 +version=0.12.5 revision=1 build_style=cargo build_helper=qemu @@ -17,7 +17,7 @@ homepage="https://github.com/PyO3/maturin" # bump target-lexicon version if it changes in Cargo.lock distfiles="${homepage}/archive/v${version}.tar.gz https://github.com/bytecodealliance/target-lexicon/archive/v0.12.2.tar.gz>target-lexicon-${version}.tar.gz" -checksum="5a636c2f5b08654c09d50f429179d1fe93449474db503100a55b85adbad67dfc +checksum="3685b0a90e3032b9993df0506c6293b7abd4adf4d0f2f09b7fdf6a7ced450bf5 b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27" # Tests use unstable features and fail to build make_check=no