mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/github-cli: Updated for version 2.39.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2958eafa83
commit
6d9a857d7d
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.39.1}
|
||||
VERSION=${VERSION:-2.39.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="2.39.1"
|
||||
VERSION="2.39.2"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.39.1/gh_2.39.1_linux_386.deb"
|
||||
MD5SUM="324e6fe1486b73091aa40e1bfc0625a9"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.39.1/gh_2.39.1_linux_amd64.deb"
|
||||
MD5SUM_x86_64="37eb8c0cefdaf33aecd603692747bde9"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.39.2/gh_2.39.2_linux_386.deb"
|
||||
MD5SUM="04b3d46b7021eaeaa75376b50da60bda"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.39.2/gh_2.39.2_linux_amd64.deb"
|
||||
MD5SUM_x86_64="cad59973ab317bf2afcc83a4d81c8562"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue