rust: update to 1.8.0.
This commit is contained in:
parent
e223b6932a
commit
c3a55b15f0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rust'
|
# Template file for 'rust'
|
||||||
pkgname=rust
|
pkgname=rust
|
||||||
version=1.7.0
|
version=1.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="rustc-${version}"
|
wrksrc="rustc-${version}"
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.rust-lang.org/"
|
homepage="http://www.rust-lang.org/"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
|
distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
|
||||||
checksum=6df96059d87b718676d9cd879672e4e22418b6093396b4ccb5b5b66df37bf13a
|
checksum=af4466147e8d4db4de2a46e07494d2dc2d96313c5b37da34237f511c905f7449
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
local _triplet
|
local _triplet
|
||||||
|
|
Loading…
Reference in a new issue