upgpkg(main/rush): update to 0.5.0

Signed-off-by: 2096779623 <admin@utermux.dev>
This commit is contained in:
2096779623 2022-08-05 21:22:18 +08:00 committed by 2096779623
parent 60bc0ed53d
commit d813ff4706
1 changed files with 2 additions and 4 deletions

View File

@ -2,10 +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.4.2
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=0.5.0
TERMUX_PKG_SRCURL=https://github.com/shenwei356/rush/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=801b17e279406c1649b401a2214148d344f673d0a1c9eed1b417655c1fefd114
TERMUX_PKG_SHA256=8046a0ac9ed10d2adff250ab5b95a95c895cae3b43d2a25bd95979f319146cb9
TERMUX_PKG_AUTO_UPDATE=true
termux_step_make_install() {
@ -17,7 +16,6 @@ termux_step_make_install() {
mkdir -p "${GOPATH}/src/github.com/shenwei356"
cp -a "${TERMUX_PKG_SRCDIR}" "${GOPATH}/src/github.com/shenwei356/rush"
cd "${GOPATH}/src/github.com/shenwei356/rush"
go mod init rush
go get -d -v
go install