rust-analyzer: Bump to 20230109

This commit is contained in:
termux-pacman-bot
2023-01-10 07:01:08 +00:00
parent 2eafad64ae
commit 6ffdfd2c85

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-02
_VERSION=2023-01-09
TERMUX_PKG_VERSION=${_VERSION//-/}
TERMUX_PKG_SRCURL=https://github.com/rust-analyzer/rust-analyzer/archive/refs/tags/${_VERSION}.tar.gz
TERMUX_PKG_SHA256=1025d3d623d9c3a36bb5318bede99daf29a77f8af917e18dae998b3b4b042d76
TERMUX_PKG_SHA256=81aa2a8526fb3faac69139513722020899b89f450b7de39031a21211f3325005
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make() {