rust-analyzer: Bump to 20230102

This commit is contained in:
Tee KOBAYASHI 2023-01-08 19:49:06 +09:00 committed by xtkoba
parent ad8c9db74e
commit 40a4fef927
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ TERMUX_PKG_DESCRIPTION="A Rust compiler front-end for IDEs"
TERMUX_PKG_LICENSE="MIT, Apache-2.0"
TERMUX_PKG_LICENSE_FILE="LICENSE-MIT, LICENSE-APACHE"
TERMUX_PKG_MAINTAINER="@termux"
_VERSION=2022-12-26
_VERSION=2023-01-02
TERMUX_PKG_VERSION=${_VERSION//-/}
TERMUX_PKG_SRCURL=https://github.com/rust-analyzer/rust-analyzer/archive/refs/tags/${_VERSION}.tar.gz
TERMUX_PKG_SHA256=835ce68bbee4546e246cf214bc936da6e93a5473c493a7a9aff8ecd571fbe991
TERMUX_PKG_SHA256=1025d3d623d9c3a36bb5318bede99daf29a77f8af917e18dae998b3b4b042d76
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make() {