rust: update to 1.10.0.
This commit is contained in:
parent
30bcd23baf
commit
ba7920fe50
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rust'
|
||||
pkgname=rust
|
||||
version=1.9.0
|
||||
version=1.10.0
|
||||
revision=1
|
||||
wrksrc="rustc-${version}"
|
||||
lib32disabled=yes
|
||||
|
@ -8,12 +8,12 @@ build_style=configure
|
|||
# XXX musl support still incomplete
|
||||
only_for_archs="x86_64"
|
||||
hostmakedepends="pkg-config curl python"
|
||||
short_desc="A safe, concurrent, practical systems language"
|
||||
short_desc="Safe, concurrent, practical systems language"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.rust-lang.org/"
|
||||
license="MIT, Apache-2.0"
|
||||
distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
|
||||
checksum=b19b21193d7d36039debeaaa1f61cbf98787e0ce94bd85c5cbe2a59462d7cfcd
|
||||
checksum=a4015aacf4f6d8a8239253c4da46e7abaa8584f8214d1828d2ff0a8f56176869
|
||||
|
||||
do_configure() {
|
||||
local _triplet
|
||||
|
|
Loading…
Reference in New Issue