mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/github-cli: Updated for version 2.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6660e0957e
commit
345373a806
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.5.1}
|
||||
VERSION=${VERSION:-2.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="2.5.1"
|
||||
VERSION="2.5.2"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.5.1/gh_2.5.1_linux_386.deb"
|
||||
MD5SUM="e6b6ceeb233602da632aa72bd0e436da"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.5.1/gh_2.5.1_linux_amd64.deb"
|
||||
MD5SUM_x86_64="54e57ec312eb190440db2b7fd9aa0aed"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_386.deb"
|
||||
MD5SUM="78e16a5a55fab6efc88ce48c821f2b2d"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_amd64.deb"
|
||||
MD5SUM_x86_64="d50dd80665c15d82e4c7eac6cc1a85ba"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue