mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/github-cli: Updated for version 2.57.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1bbae6e0d2
commit
a7215d8e25
2 changed files with 6 additions and 6 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=github-cli
|
||||
DEBNAM=gh
|
||||
VERSION=${VERSION:-2.56.0}
|
||||
VERSION=${VERSION:-2.57.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="2.56.0"
|
||||
VERSION="2.57.0"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_linux_386.deb"
|
||||
MD5SUM="778aea52f915e01031085616d7c1e731"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.56.0/gh_2.56.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="59c1e93fd6f120adc5718566bcff4610"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.57.0/gh_2.57.0_linux_386.deb"
|
||||
MD5SUM="360def2bfc0299fbbaa8d01d8e9398b1"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.57.0/gh_2.57.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="662c489d884fd86a5788df689cb3f4a9"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue