rust-analyzer: Bump to 20230306

This commit is contained in:
Tee KOBAYASHI 2023-03-06 23:18:06 +09:00 committed by xtkoba
parent de64599f7c
commit abd884efe8
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=2023-02-20
_VERSION=2023-03-06
TERMUX_PKG_VERSION=${_VERSION//-/}
TERMUX_PKG_SRCURL=https://github.com/rust-analyzer/rust-analyzer/archive/refs/tags/${_VERSION}.tar.gz
TERMUX_PKG_SHA256=eed0bba4636f2f64baac55f3bd078685b8f4583de28a1d79f9df0fa55986d800
TERMUX_PKG_SHA256=bafe395edc8ed1e834abbe72b6582cc52ef506b6d274bbb7d3594cd7e2e3e3f3
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make() {