mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
cargo: update to 0.4.0.
This commit is contained in:
parent
4b44eca2d0
commit
e09706127e
1 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'cargo'
|
# Template file for 'cargo'
|
||||||
pkgname=cargo
|
pkgname=cargo
|
||||||
version=0.3.0
|
version=0.4.0
|
||||||
revision=3
|
revision=1
|
||||||
_githash_installer=e54d4823d26cdb3f98e5a1b17e1c257cd329aa61
|
_githash_installer=c37d3747da75c280237dc2d6b925078e69555499
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="rust python curl cmake pkg-config"
|
hostmakedepends="rust python curl cmake pkg-config"
|
||||||
makedepends="libressl-devel zlib-devel"
|
makedepends="libressl-devel zlib-devel"
|
||||||
|
@ -13,8 +13,8 @@ license="MIT, Apache-2.0"
|
||||||
homepage="https://crates.io/"
|
homepage="https://crates.io/"
|
||||||
distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz
|
distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz
|
||||||
https://github.com/rust-lang/rust-installer/archive/${_githash_installer}.tar.gz"
|
https://github.com/rust-lang/rust-installer/archive/${_githash_installer}.tar.gz"
|
||||||
checksum="fb49062c5f8646a05b363395237d4399d3b693b89b849a197b1e8e02072dbd49
|
checksum="cabc2a42fa1962769a9834d0be78d401cc3684565c7d7b700e4671b8e423a044
|
||||||
af21c4519cf8099d79e80b73af513dd92d5da490e0c2497639cb1221072ea282"
|
6326434c225d25c6bfd28ff8bbc3108e331ae65e89a5c38dac8a2c8ffa09732b"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue