summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Bradfield2020-02-20 15:39:36 +0000
committerRichard Bradfield2020-02-20 15:39:36 +0000
commit79a715d546295f0c5b1219457c418af31d97b92c (patch)
treed1eb23c36bb9a0eb21a682687112ce5ea5c65da3
parent8573822325ecc2bd201a99c5b60afb092d4159a7 (diff)
downloadaur-79a715d546295f0c5b1219457c418af31d97b92c.tar.gz
Bump release versions for 0.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4104f2ded700..4d1ad3889f5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 0.5.5
- pkgrel = 3
+ pkgver = 0.5.6
+ pkgrel = 1
url = https://github.com/cli/cli
arch = x86_64
license = MIT
makedepends = go
depends = glibc
optdepends = git: To interact with repositories
- source = github-cli-0.5.5.tar.gz::https://github.com/cli/cli/archive/v0.5.5.tar.gz
- sha256sums = 7c2cfdafe765a598b70b3e6de839590e8fa30a89bedc85799a43bdbc6fd3277e
+ source = github-cli-0.5.6.tar.gz::https://github.com/cli/cli/archive/v0.5.6.tar.gz
+ sha256sums = 87fd3255871be875a733db95890620517cfd3e945f803d3b383f9d369e3e8738
pkgname = github-cli
diff --git a/PKGBUILD b/PKGBUILD
index ba425ba36d7d..d65ba5e00d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Richard Bradfield <bradfier@fstab.me>
pkgname=github-cli
-pkgver=0.5.5
-pkgrel=3
+pkgver=0.5.6
+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=('7c2cfdafe765a598b70b3e6de839590e8fa30a89bedc85799a43bdbc6fd3277e')
+sha256sums=('87fd3255871be875a733db95890620517cfd3e945f803d3b383f9d369e3e8738')
build() {
cd "cli-$pkgver"