Update rust to 0.11.0
This commit is contained in:
parent
306876986e
commit
087d1c83a9
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rust'
|
# Template file for 'rust'
|
||||||
pkgname=rust
|
pkgname=rust
|
||||||
version=0.10
|
version=0.11.0
|
||||||
revision=3
|
revision=1
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_style=configure
|
build_style=configure
|
||||||
only_for_archs="x86_64 i686"
|
only_for_archs="x86_64 i686"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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=c72cfbbf03016804a81d7b68e8258ffaf018f8f5a25550ad64571ce6c2642cf9
|
checksum=d1b3e36448bf12b8c9289024df416de10774b6d3235d7b1d22b248ef634411ba
|
||||||
|
|
||||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||||
configure_args+=" --build=$(gcc -dumpmachine)"
|
configure_args+=" --build=$(gcc -dumpmachine)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue