summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Bradfield2020-03-04 10:13:02 +0000
committerRichard Bradfield2020-03-04 10:13:02 +0000
commit7b221c2f823e32d19bfc2a8e623642e6c27eb709 (patch)
tree1fd702a16d1bd41f2b43d15304510784e8e2615e /PKGBUILD
parent7c42b584130e880960b57ccdb45ef24a31aa1cd2 (diff)
downloadaur-7b221c2f823e32d19bfc2a8e623642e6c27eb709.tar.gz
Bump versions for v0.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12e832bfc53c..e0dc75862055 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Richard Bradfield <bradfier@fstab.me>
pkgname=github-cli
-pkgver=0.5.7
+pkgver=0.6.0
pkgrel=1
pkgdesc="The GitHub CLI"
arch=("x86_64")
@@ -11,7 +11,7 @@ depends=("glibc")
makedepends=("go")
optdepends=("git: To interact with repositories")
source=("$pkgname-$pkgver.tar.gz::https://github.com/cli/cli/archive/v${pkgver}.tar.gz")
-sha256sums=('a1185de36b27bb9831a172b70e60f741aeaa774682f3ac4bccb9df45734f8b5b')
+sha256sums=('1d298968f3e93ac5ffa5d36f003ce005f784f5a3fa66552bfd14fe88cfc68274')
build() {
cd "cli-$pkgver"