mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
rust: update to 0.10
This commit is contained in:
parent
594b967e03
commit
4e386a8cb7
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rust'
|
# Template file for 'rust'
|
||||||
pkgname=rust
|
pkgname=rust
|
||||||
version=0.7
|
version=0.10
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --disable-docs"
|
configure_args="--prefix=/usr --disable-docs"
|
||||||
|
@ -10,10 +10,10 @@ maintainer="pancake <pancake@nopcode.org>"
|
||||||
homepage="http://www.rust-lang.org/"
|
homepage="http://www.rust-lang.org/"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
distfiles="http://static.rust-lang.org/dist/rust-${version}.tar.gz"
|
distfiles="http://static.rust-lang.org/dist/rust-${version}.tar.gz"
|
||||||
checksum=0b88b8a4489382e0a69214eaab88e2e7c316ec33c164af0d3b53630b17590df0
|
checksum=c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9
|
||||||
|
|
||||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
configure_args+=" --build-triple=$(gcc -dumpmachine)"
|
configure_args+=" --build=$(gcc -dumpmachine)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue