From b48a70f174cf60aab995ac76bef178dc9c515e42 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Tue, 1 Feb 2022 12:22:01 +0000 Subject: [PATCH] gh: update to 2.5.0 This commit has been automatically submitted by Github Actions. --- packages/gh/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gh/build.sh b/packages/gh/build.sh index 47552177d..430560f48 100755 --- a/packages/gh/build.sh +++ b/packages/gh/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://cli.github.com/ TERMUX_PKG_DESCRIPTION="GitHub’s official command line tool" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Krishna kanhaiya @kcubeterm" -TERMUX_PKG_VERSION=2.4.0 +TERMUX_PKG_VERSION=2.5.0 TERMUX_PKG_SRCURL=https://github.com/cli/cli/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=3c87db4d9825a342fc55bd7f27461099dd46291aea4a4a29bb95d3c896403f94 +TERMUX_PKG_SHA256=4e9d1cbcdd2346cab5b7fc176cd57c07ed3628a0241fad8a48fe4df6a354b120 TERMUX_PKG_AUTO_UPDATE=true termux_step_make() {