rust: bump revision

This commit is contained in:
Leonid Pliushch 2019-06-21 10:55:11 +03:00
parent 241bcf7fb5
commit 80ee9e98e1

View File

@ -3,9 +3,10 @@ TERMUX_PKG_DESCRIPTION="Systems programming language focused on safety, speed an
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="Kevin Cotugno @kcotugno"
TERMUX_PKG_VERSION=1.35.0
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://static.rust-lang.org/dist/rustc-$TERMUX_PKG_VERSION-src.tar.xz
TERMUX_PKG_SHA256=169756df2298957bcf02da6a612996c24a51b9ac3b23409e6507d69eb2e6f523
TERMUX_PKG_DEPENDS="clang, openssl, lld, zlib"
TERMUX_PKG_DEPENDS="libc++, clang, openssl, lld, zlib"
termux_step_configure() {
termux_setup_cmake
@ -15,7 +16,7 @@ termux_step_configure() {
# ../lib from bin location:
# this is about to get ugly but i have to make sure a rustc in a proper bin lib
# configuration is used otherwise it fails a long time into the build...
# like 30 to 40 + minutes ... so lets get it right
# like 30 to 40 + minutes ... so lets get it right
export PATH=$HOME/.rustup/toolchains/$TERMUX_PKG_VERSION-x86_64-unknown-linux-gnu/bin:$PATH
local RUSTC=$(which rustc)