From a57bea86b7ca877e1f5506d9d91aa0d0cfa0ca43 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 13 Oct 2021 10:39:19 -0400 Subject: [PATCH] maturin: update to 0.11.5. --- srcpkgs/maturin/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 57b4f7eccb5..01363b438ae 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -1,7 +1,7 @@ # Template file for 'maturin' pkgname=maturin -version=0.11.4 -revision=2 +version=0.11.5 +revision=1 build_style=cargo build_helper=qemu # Disable the 'rustls' feature, which leads to bad platform compatibility @@ -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" -checksum="9d4fa5f0b556bd05204f27d465771573a0ff54262b118df0151cd3f13c3ec219 +checksum="33b67e66e725c76eac866c2174cfbe708e77a44d215878474d84bc5f9f6386f3 b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27" # Tests use unstable features and fail to build make_check=no