mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
cargo: update to 0.2.0.
This commit is contained in:
parent
adfaf103a8
commit
37fb7cf0d9
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
||||||
# Template file for 'cargo'
|
# Template file for 'cargo'
|
||||||
pkgname=cargo
|
pkgname=cargo
|
||||||
version=0.0.20150405
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
_githash=3499c8ec8eb8ce65ec5bd78ecd8bbc610906d017
|
|
||||||
_githash_installer=ebc6b04c29591108d3f28e724b4b9b74cd1232e6
|
_githash_installer=ebc6b04c29591108d3f28e724b4b9b74cd1232e6
|
||||||
wrksrc="${pkgname}-${_githash}"
|
|
||||||
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,9 +11,9 @@ short_desc="Rust package manager"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://crates.io/"
|
homepage="https://crates.io/"
|
||||||
distfiles="https://github.com/rust-lang/${pkgname}/archive/${_githash}.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="eb6e0365af8fe8a0d78d2caf234ee05c66ca63b13b9396fe83f3ef452f3f0c84
|
checksum="49294406ea9335d2f18082511eafcd6b6326fa595be090cc6bfa13c9deab45d9
|
||||||
a6f119be6105b911131eb89e6919dfa08fa849e6f5bc46ced24adc2075d39b71"
|
a6f119be6105b911131eb89e6919dfa08fa849e6f5bc46ced24adc2075d39b71"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue