rust-analyzer: update to 20220124 (#8762)

This commit is contained in:
YAKSH BARIYA 2022-01-26 08:40:31 +00:00 committed by GitHub
parent 4932207e63
commit 2c98633e42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@ 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"
TERMUX_PKG_VERSION=20211025
TERMUX_PKG_VERSION=20220124
TERMUX_PKG_SRCURL=https://github.com/rust-analyzer/rust-analyzer/archive/refs/tags/${TERMUX_PKG_VERSION:0:4}-${TERMUX_PKG_VERSION:4:2}-${TERMUX_PKG_VERSION:6:2}.tar.gz
TERMUX_PKG_SHA256=64c0fbc8f6ced2cc06a1f9c14778a962672c47cf6a74a580f4a8c26fcbd01879
TERMUX_PKG_SHA256=634dc4fda60674b10d1f945dfb9f64a6a8c0e41c6fbb42bffbeeb3bae16fb1db
TERMUX_PKG_BUILD_IN_SRC=true
termux_step_make() {