mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/github-cli: Updated for version 2.60.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4e7ab041fe
commit
73c03f2b17
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.59.0}
|
||||
VERSION=${VERSION:-2.60.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="2.59.0"
|
||||
VERSION="2.60.1"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.59.0/gh_2.59.0_linux_386.deb"
|
||||
MD5SUM="22b9928e36d52f363bfe9b9e1fc29962"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.59.0/gh_2.59.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="199004af911d904143cc61a35dc27443"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.60.1/gh_2.60.1_linux_386.deb"
|
||||
MD5SUM="a4f13915616d06a7a6dedfe0f9569e7a"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.60.1/gh_2.60.1_linux_amd64.deb"
|
||||
MD5SUM_x86_64="ea454406803f28aa251c9187007786bd"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue