summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRichard Bradfield2020-06-14 09:01:50 +0100
committerRichard Bradfield2020-06-14 09:01:50 +0100
commitdf87f712b612ab4a70b110e2faabc2e4a50b06ac (patch)
tree43ce3e8a8e35ad379caf3d6c1e904e8b1cb5e91e /PKGBUILD
parentb7796de99f0ef87cf5bd5455c871881590aac1de (diff)
downloadaur-df87f712b612ab4a70b110e2faabc2e4a50b06ac.tar.gz
Bump version for v0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ab0def9af34..135210ccb449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Richard Bradfield <bradfier@fstab.me>
pkgname=github-cli
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.10.0
+pkgrel=1
pkgdesc="The GitHub CLI"
arch=("x86_64")
url="https://github.com/cli/cli"
@@ -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=('318295e5a662f785662751f1e2cd4b1f613ec3aced1c4e7f1755d27922dbfdbf')
+sha256sums=('5d7474a89cd0d284387f1b58dc8b1771ebae8fc83cfa2410b354435b295c07df')
build() {
cd "cli-$pkgver"