summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrendan Weibrecht2020-04-03 12:51:03 +1100
committerBrendan Weibrecht2020-04-03 12:51:03 +1100
commit05a213d0563e95d132f1270270d7a87ef5127e7b (patch)
tree5299967013d70b58b60be927c791c256c9b2b620 /PKGBUILD
parent0d91037cc167d55a0d31ed63e02d655088f6f20e (diff)
downloadaur-05a213d0563e95d132f1270270d7a87ef5127e7b.tar.gz
Update to v0.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abd193694a9a..b7e9f26cf7df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Any feedback welcome! =)
pkgname=github-cli-bin
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="The official GitHub CLI - binary"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('glibc')
provides=('github-cli')
conflicts=('github-cli')
source=("${url}/releases/download/v${pkgver}/gh_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('42a758029dcab1ab103c676a0f63d99fadf6f8baa5741529e88a0fb649bcbdbe')
+sha256sums=('628aa0d7eaf49152efc2fd1209893be8b34a3044e7f9f4e70f88feb07f053113')
build() {
cd "gh_${pkgver}_linux_amd64"