cargo: update to 0.26.0.

This commit is contained in:
Johannes Brechtmann 2018-04-04 00:26:06 +02:00 committed by Enno Boland
parent 56a29957ac
commit 85b6c36a18

View File

@ -1,8 +1,7 @@
# Template file for 'cargo'
pkgname=cargo
version=0.25.0
version=0.26.0
revision=1
_githash_installer=4f994850808a572e2cc8d43f968893c8e942e9bf
hostmakedepends="rust python curl cmake pkg-config"
makedepends="libcurl-devel libgit2-devel"
depends="rust"
@ -11,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, Apache-2.0"
homepage="https://crates.io/"
distfiles="https://github.com/rust-lang/cargo/archive/${version}.tar.gz"
checksum=e826fc9c2c97a46c2da24f71b54dc6acef16e4fa5dc15667d278f9a7e5edbe60
checksum=1a4bae6910ca895157a1abe8225eb2b7e9b49ee1ee1e4e72fb81cb8e1446bff9
nocross=yes
case "$XBPS_MACHINE" in
@ -55,7 +54,7 @@ do_install() {
done
vinstall src/etc/cargo.bashcomp.sh 0644 usr/share/bash-completion/completions cargo
vinstall src/etc/_cargo 0644 usr/share/zsh/site-functions
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vlicense LICENSE-THIRD-PARTY