rust-analyzer: Bump to 20230703

This commit is contained in:
Tee KOBAYASHI 2023-07-05 07:08:50 +09:00 committed by xtkoba
parent ed0d25c17c
commit 4881fad51a
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-06-26
_VERSION=2023-07-03
TERMUX_PKG_VERSION=${_VERSION//-/}
TERMUX_PKG_SRCURL=https://github.com/rust-analyzer/rust-analyzer/archive/refs/tags/${_VERSION}.tar.gz
TERMUX_PKG_SHA256=2a22d552e98820dacf34aa84816dff1d83e9c56c997470e917c9d77f150069b4
TERMUX_PKG_SHA256=8212fd4f4337166f046cab44463185226e6782554c956cddbe2786c8e1dd510e
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make() {