rust: update to 0.10

This commit is contained in:
Jan S 2014-04-04 00:13:46 +02:00
parent 594b967e03
commit 4e386a8cb7

View File

@ -1,6 +1,6 @@
# Template file for 'rust'
pkgname=rust
version=0.7
version=0.10
revision=1
build_style=configure
configure_args="--prefix=/usr --disable-docs"
@ -10,10 +10,10 @@ maintainer="pancake <pancake@nopcode.org>"
homepage="http://www.rust-lang.org/"
license="MIT, Apache-2.0"
distfiles="http://static.rust-lang.org/dist/rust-${version}.tar.gz"
checksum=0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0
checksum=c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9
if [ "$XBPS_MACHINE" = "x86_64" ]; then
configure_args+=" --build-triple=$(gcc -dumpmachine)"
configure_args+=" --build=$(gcc -dumpmachine)"
fi
if [ "$CROSS_BUILD" ]; then