rust: bump package

aarch64, arm and i686 variants of Rust 1.51.0-3 are already submitted on
Termux IPFS mirror.
https://github.com/termux/termux-packages/wiki/Mirrors#mirrors-by-xeffyr
This commit is contained in:
Leonid Pliushch 2021-05-02 14:37:27 +03:00
parent f1d8495d04
commit 60c04eefef
No known key found for this signature in database
GPG Key ID: 45F2964132545795
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.51.0
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://static.rust-lang.org/dist/rustc-$TERMUX_PKG_VERSION-src.tar.xz
TERMUX_PKG_SHA256=92c68a91fca33cbafb83442cde722d010cc387dc1ee8a2680e2fb33a575821a1
TERMUX_PKG_DEPENDS="libc++, clang, openssl, lld, zlib, libllvm"