summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Bradfield2020-05-26 20:10:28 +0100
committerRichard Bradfield2020-05-26 20:10:35 +0100
commit8bc7c61e923f4ae6cca4c0d465333c3068c4bb7c (patch)
treeec1e6ec119ba48bd461dbd5d3fffb7b2e6a2cdd5 /PKGBUILD
parenta22c5199598da24ee968dbf2381cd608cdddb082 (diff)
downloadaur-8bc7c61e923f4ae6cca4c0d465333c3068c4bb7c.tar.gz
Bump version for v0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51e8378f2e13..aaa17ae276eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Richard Bradfield <bradfier@fstab.me>
pkgname=github-cli
-pkgver=0.8.0
+pkgver=0.9.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=('6439f2b01681be33b2b3fa313abdb700e5f6344ddff5e0fe8e01226c20d36442')
+sha256sums=('318295e5a662f785662751f1e2cd4b1f613ec3aced1c4e7f1755d27922dbfdbf')
build() {
cd "cli-$pkgver"