From f0925709068617908ed8002da4e936992282ef73 Mon Sep 17 00:00:00 2001 From: Shadman <13149513+shadmansaleh@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:30:21 +0600 Subject: [PATCH] rust-analyzer: Bump to release 2021-09-13 (#7547) * Bump rust-analyzer to release 2021-10-25 * For now drop auto_update. Will tackle it later. --- packages/rust-analyzer/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rust-analyzer/build.sh b/packages/rust-analyzer/build.sh index 2f93f2848..ba4c852b4 100644 --- a/packages/rust-analyzer/build.sh +++ b/packages/rust-analyzer/build.sh @@ -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=20210607 +TERMUX_PKG_VERSION=20211025 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=55bdc9e0c3945c565892efbcb34551ec14e21f11336f5c8d862296b658bb7296 +TERMUX_PKG_SHA256=64c0fbc8f6ced2cc06a1f9c14778a962672c47cf6a74a580f4a8c26fcbd01879 TERMUX_PKG_BUILD_IN_SRC=true termux_step_make() {