rust: Update from 1.30.0 to 1.30.1

This commit is contained in:
Fredrik Fornwall 2018-11-11 03:27:20 +01:00
parent 0de6bc9ef3
commit bf251e0126
2 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,9 @@
TERMUX_PKG_HOMEPAGE=https://www.rust-lang.org/
TERMUX_PKG_DESCRIPTION="Systems programming language focused on safety, speed and concurrency"
TERMUX_PKG_MAINTAINER="Kevin Cotugno @kcotugno"
TERMUX_PKG_VERSION=1.30.0
TERMUX_PKG_VERSION=1.30.1
TERMUX_PKG_SRCURL=https://static.rust-lang.org/dist/rustc-$TERMUX_PKG_VERSION-src.tar.gz
TERMUX_PKG_SHA256=cd0ba83fcca55b64c0c9f23130fe731dfc1882b73ae21bef96be8f2362c108ee
TERMUX_PKG_SHA256=36a38902dbd9a3e1240d46ab0f2ca40d2fd07c2ab6508ed7970c6c4c036b5b29
TERMUX_PKG_DEPENDS="clang, openssl"
termux_step_configure () {

View File

@ -1,3 +1,6 @@
# See documentation at
# https://github.com/rust-lang/rust/blob/master/config.toml.example
[llvm]
link-shared = true