rust-analyzer: Bump to 20230116

This commit is contained in:
Tee KOBAYASHI 2023-01-17 11:01:35 +09:00 committed by xtkoba
parent 07b60878c2
commit 39d7ba496f
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-01-09
_VERSION=2023-01-16
TERMUX_PKG_VERSION=${_VERSION//-/}
TERMUX_PKG_SRCURL=https://github.com/rust-analyzer/rust-analyzer/archive/refs/tags/${_VERSION}.tar.gz
TERMUX_PKG_SHA256=81aa2a8526fb3faac69139513722020899b89f450b7de39031a21211f3325005
TERMUX_PKG_SHA256=88ba92dbd15b64a7996e07eb517f2515a9329ada7cd4704996efbddac7b0ae29
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make() {