Skip to content

Commit

Permalink
rustc-nightly: bump to 1.85.0-2024.12.05 (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 authored Dec 7, 2024
1 parent d8adae1 commit d95c3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tur/rustc-nightly/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ TERMUX_PKG_HOMEPAGE=https://www.rust-lang.org
TERMUX_PKG_DESCRIPTION="Rust compiler and utilities (nightly version)"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION="1.85.0-2024.12.04-nightly"
TERMUX_PKG_VERSION="1.85.0-2024.12.05-nightly"
_RUST_VERSION=$(echo $TERMUX_PKG_VERSION | cut -d- -f1)
_DATE="$(echo $TERMUX_PKG_VERSION | cut -d- -f2 | sed 's|\.|-|g')"
_LLVM_MAJOR_VERSION=$(. $TERMUX_SCRIPTDIR/packages/libllvm/build.sh; echo $LLVM_MAJOR_VERSION)
_LLVM_MAJOR_VERSION_NEXT=$((_LLVM_MAJOR_VERSION + 1))
_LZMA_VERSION=$(. $TERMUX_SCRIPTDIR/packages/liblzma/build.sh; echo $TERMUX_PKG_VERSION)
TERMUX_PKG_SRCURL=https://static.rust-lang.org/dist/$_DATE/rustc-nightly-src.tar.xz
TERMUX_PKG_SHA256=a83fe87ab6757bb06b7d18839f9e6b6f6f1cf9cc48f36cea1f7bec4409d1271b
TERMUX_PKG_SHA256=b8e92aa61cb4487dc570be293dfe3df86132a482464f91917c59d7dfee0b9ab2
TERMUX_PKG_DEPENDS="clang, libc++, libllvm (<< ${_LLVM_MAJOR_VERSION_NEXT}), lld, openssl, zlib"
TERMUX_PKG_BUILD_DEPENDS="wasi-libc"
TERMUX_PKG_AUTO_UPDATE=true
Expand Down

0 comments on commit d95c3b9

Please sign in to comment.