maturin: update to 0.11.5.
This commit is contained in:
parent
4f23408faa
commit
a57bea86b7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'maturin'
|
# Template file for 'maturin'
|
||||||
pkgname=maturin
|
pkgname=maturin
|
||||||
version=0.11.4
|
version=0.11.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
# Disable the 'rustls' feature, which leads to bad platform compatibility
|
# 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
|
# bump target-lexicon version if it changes in Cargo.lock
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz
|
distfiles="${homepage}/archive/v${version}.tar.gz
|
||||||
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.2.tar.gz"
|
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.2.tar.gz"
|
||||||
checksum="9d4fa5f0b556bd05204f27d465771573a0ff54262b118df0151cd3f13c3ec219
|
checksum="33b67e66e725c76eac866c2174cfbe708e77a44d215878474d84bc5f9f6386f3
|
||||||
b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27"
|
b6c2ddab7498cf6eab8e637a5b7895f3170b2f9ef989861d1ff33af6c8459b27"
|
||||||
# Tests use unstable features and fail to build
|
# Tests use unstable features and fail to build
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
Loading…
Reference in New Issue