rust: bump revision after 0d1170cc

This commit is contained in:
Leonid Pliushch 2019-05-06 19:47:43 +03:00
parent 9ae3c2b7fd
commit dffdfc671a
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ 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.34.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=e0efb1e6aba0d4900de57bd2db64e32e7c5b440a95a675d5303839c9a2c3328f
TERMUX_PKG_SRCURL=https://static.rust-lang.org/dist/rustc-$TERMUX_PKG_VERSION-src.tar.xz
TERMUX_PKG_DEPENDS="clang, openssl, lld, zlib"

View File

@ -1,5 +1,4 @@
TERMUX_SUBPKG_DESCRIPTION="rust std for wasm32-unknown-unknown target"
TERMUX_SUBPKG_PLATFORM_INDEPENDENT=true
TERMUX_SUBPKG_INCLUDE="lib/rustlib/wasm32-unknown-unknown"
TERMUX_SUBPKG_DEPENDS="rust"
TERMUX_SUBPKG_REVISION=$TERMUX_PKG_REVISION