diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-06-08 01:48:57 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-23 13:55:12 -0300 |
commit | 425f6ebaccbe23a4f69c09385917ed49624d626e (patch) | |
tree | e5b0f2c28173df291a7e6335e33f4cef40d736cd /community/rust | |
parent | fea3db68d6aeb701780179422c64b606e0ee6c36 (diff) | |
download | aports-425f6ebaccbe23a4f69c09385917ed49624d626e.tar.bz2 aports-425f6ebaccbe23a4f69c09385917ed49624d626e.tar.xz |
community/rust: upgrade to 1.35.0
* fix License
Diffstat (limited to 'community/rust')
-rw-r--r-- | community/rust/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/rust/APKBUILD b/community/rust/APKBUILD index 214c494267..9274d1c787 100644 --- a/community/rust/APKBUILD +++ b/community/rust/APKBUILD @@ -4,14 +4,14 @@ # Contributor: Jeizsm <jeizsm@gmail.com> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=rust -pkgver=1.34.2 +pkgver=1.35.0 _llvmver=8 -_bootver=1.33.0 -pkgrel=1 +_bootver=1.34.0 +pkgrel=0 pkgdesc="The Rust Programming Language" -url="http://www.rust-lang.org" +url="https://www.rust-lang.org" arch="x86_64" -license="Apache-2.0 BSD ISC MIT" +license="Apache-2.0 AND MIT" # gcc is needed at runtime just for linking. Someday rustc might invoke # the linker directly, and then we'll only need binutils. @@ -257,7 +257,7 @@ _mv() { mv "$@" } -sha512sums="a9483c937915c482c9bebb1c60769a43978456ee222f3ff1379790cebc18dc4140b8b4d0a077dd1a5051f3c07113388597731e01f82c2f2b5b709e21cde3ecb3 rustc-1.34.2-src.tar.gz +sha512sums="b23e6e221bf96e8621ea7aba2e8fc686c2ba1ae334072f13f1f0d4b0ae909632f511a9c62fdcc29c7467af931269020298f799064651b676e387dd3e6dfe6e8e rustc-1.35.0-src.tar.gz 6713d0d0ccac6b17ed47e486c6d74d1f913887bf88d42527576188fa98063a33a1ea903967847d52126b996f965577f1311344d6e57063b1625221847290a0ed musl-fix-static-linking.patch a2871fa75fb63570031eda80390461a137fe31ba82bf253caeabf3fb6673b4c80b535917dde139a300fb6d5f8c14fe09c8f7aaf4a506ef5e837540cf00aaa977 musl-fix-linux_musl_base.patch e40d41a6dc5d400d6672f1836cd5b9e00391f7beb52e872d87db76bc95a606ce6aaae737a0256a1e5fba77c83bb223818d214dbe87028d47be65fb43c101595c llvm-with-ffi.patch |