development/github-cli: Updated for version 1.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ebben Aries 2021-02-18 14:22:49 -07:00 committed by Willy Sudiarto Raharjo
parent 6bcbf3aecc
commit 2f355a97ec
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for GitHub CLI
# Copyright 2020 Ebben Aries
# Copyright 2020-2021 Ebben Aries <slackbuilds@dscp.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=github-cli
DEBNAM=gh
VERSION=${VERSION:-1.5.0}
VERSION=${VERSION:-1.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="github-cli"
VERSION="1.5.0"
VERSION="1.6.1"
HOMEPAGE="https://cli.github.com/"
DOWNLOAD="https://github.com/cli/cli/releases/download/v1.5.0/gh_1.5.0_linux_386.deb"
MD5SUM="5c67cb6bd00eabd87b0d989244ddb636"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.5.0/gh_1.5.0_linux_amd64.deb"
MD5SUM_x86_64="5aa7e4bf2749307c627a471185347319"
DOWNLOAD="https://github.com/cli/cli/releases/download/v1.6.1/gh_1.6.1_linux_386.deb"
MD5SUM="520c6dcba29ca4df499be55e9b7f64bd"
DOWNLOAD_x86_64="https://github.com/cli/cli/releases/download/v1.6.1/gh_1.6.1_linux_amd64.deb"
MD5SUM_x86_64="d103a2563219806dbe10720ab98fe4e6"
REQUIRES=""
MAINTAINER="Ebben Aries"
EMAIL="slackbuilds@dscp.org"