From 5983a4ecdae8c98d2ca36a8ca2035fbd997bcddf Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sun, 16 Jul 2023 03:19:52 +0000 Subject: [PATCH] bump(main/rush): 0.5.2 This commit has been automatically submitted by Github Actions. --- packages/rush/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/rush/build.sh b/packages/rush/build.sh index f28843f222..43fd5b32a9 100644 --- a/packages/rush/build.sh +++ b/packages/rush/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/shenwei356/rush TERMUX_PKG_DESCRIPTION="A cross-platform command-line tool for executing jobs in parallel" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Krishna kanhaiya @kcubeterm" -TERMUX_PKG_VERSION="0.5.1" +TERMUX_PKG_VERSION="0.5.2" TERMUX_PKG_SRCURL=https://github.com/shenwei356/rush/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=51e5ad03a29a36f26f8e9157590e8c620df3353828f9794dd2e45cab43292cef +TERMUX_PKG_SHA256=3f2901313ee279818e6230b432d48b0bb0e1a681ca83740f7e67975ad8b95dd6 TERMUX_PKG_AUTO_UPDATE=true termux_step_make_install() {