rust: rebuild and link against new libllvm

This commit is contained in:
Butta 2021-08-07 00:02:56 +05:30
parent 18fd149e7a
commit 0521306c30
1 changed files with 1 additions and 1 deletions

View File

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