summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b2110da1921..b4e69570f588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Any feedback welcome! =)
pkgname=github-cli-bin
-pkgver=0.12.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="The official GitHub CLI - binary"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('git: required for most functionality')
provides=('github-cli')
conflicts=('github-cli')
source=("${url}/releases/download/v${pkgver}/gh_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('bd289cd43703d56038e8c95eb1e937659be128873ee3669c9b8a92f61be2cebd')
+sha256sums=('96575c888d979a6717928fe53bbd75d1acd52a6eec32aa41202d15919475ebfa')
package() {
cd "gh_${pkgver}_linux_amd64"