diff options
author | Ebben Aries <earies@dscp.org> | 2021-02-18 14:22:49 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-19 23:30:43 +0700 |
commit | 2f355a97ec9144ddd9882bad01ad300c37875e7b (patch) | |
tree | 3f26065de8b4885cd0c49b39996db31e8bb7cbbb /development/github-cli | |
parent | 6bcbf3aecccb37cc661906dd6cc3eff20bafd7e8 (diff) |
development/github-cli: Updated for version 1.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/github-cli')
-rw-r--r-- | development/github-cli/github-cli.SlackBuild | 4 | ||||
-rw-r--r-- | development/github-cli/github-cli.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/github-cli/github-cli.SlackBuild b/development/github-cli/github-cli.SlackBuild index 92f6147510e7..8c9ade89b7aa 100644 --- a/development/github-cli/github-cli.SlackBuild +++ b/development/github-cli/github-cli.SlackBuild @@ -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} diff --git a/development/github-cli/github-cli.info b/development/github-cli/github-cli.info index b6a2951206a0..730f36322eeb 100644 --- a/development/github-cli/github-cli.info +++ b/development/github-cli/github-cli.info @@ -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" |