mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
maturin: update to 0.11.2.
This commit is contained in:
parent
81865bea1e
commit
b5c1e3ae7a
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'maturin'
|
# Template file for 'maturin'
|
||||||
pkgname=maturin
|
pkgname=maturin
|
||||||
version=0.11.1
|
version=0.11.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -16,9 +16,9 @@ license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/PyO3/maturin"
|
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.0.tar.gz"
|
https://github.com/bytecodealliance/target-lexicon/archive/v0.12.1.tar.gz"
|
||||||
checksum="61ce51df22f0b30fe7030fac0161d81c88ea24ab53ffc066842cd6e7536059ed
|
checksum="4c37b25c327fedf46c0b0833d0e8a5c69e9edcdfeb5b6c946b94198001044f1d
|
||||||
18fead54e5dfa2cb0fa8af3db3c2765ca1c003b20cd4eca7be0553b30ce229de"
|
0d9843a39228a70c05d4f6ebb1bc8c36900176ed71e40a410a4ef0f99fe510fe"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv ../target-lexicon* target-lexicon
|
mv ../target-lexicon* target-lexicon
|
||||||
|
|
Loading…
Add table
Reference in a new issue