maturin: update to 0.14.14.

This commit is contained in:
Andrew J. Hesford 2023-02-24 11:01:54 -05:00
parent 15b430a034
commit 08e180f0ba

View file

@ -1,6 +1,6 @@
# Template file for 'maturin'
pkgname=maturin
version=0.14.13
version=0.14.14
revision=1
create_wrksrc=yes
build_style=python3-module
@ -13,11 +13,11 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0, MIT"
homepage="https://github.com/PyO3/maturin"
# bump target-lexicon version if it changes in Cargo.lock
_tlver="0.12.5"
_tlver="0.12.6"
distfiles="${homepage}/archive/v${version}.tar.gz
https://github.com/bytecodealliance/target-lexicon/archive/v${_tlver}.tar.gz>target-lexicon-${_tlver}.tar.gz"
checksum="6e29f6386c0d5a8d5c52d725a79e321f0438d0a855fc92effc7a0b4a7d93586c
efc488676998ea73d107b0c2632cc71baff91b5ea95abb6064b48a09edc233f9"
checksum="de895e09e1cf609a0f31260b13b240d5a3530616e0ab05b7db01e7812372c2e0
0b80ee4cd10c0cd02e64bb2ea0ba376e21c5a3a130c941e58baba1864340c945"
# Tests use unstable features and fail to build
make_check=no