mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/github-cli: Updated for version 2.14.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bf5c627ba1
commit
6372035f4f
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.13.0}
|
||||
VERSION=${VERSION:-2.14.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="github-cli"
|
||||
VERSION="2.13.0"
|
||||
VERSION="2.14.1"
|
||||
HOMEPAGE="https://cli.github.com/"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_386.deb"
|
||||
MD5SUM="c3bedb172cf20500d6c229e941375723"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_amd64.deb"
|
||||
MD5SUM_x86_64="12ba5b5f875ae4bbd3c00aa806f812b0"
|
||||
DOWNLOAD="https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_386.deb"
|
||||
MD5SUM="c54bf860b7f1f65045d010f28bb76d06"
|
||||
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_amd64.deb"
|
||||
MD5SUM_x86_64="a810c4c587059de16e82a7fbeb548551"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue