makedeb
The GitHub CLI
Click here to go back to the commit logs for gh.
Hash: cedbb916e209bd226f303f2e72d9f43e002205b0
Message: Upgraded to 2.9.0
diff --git a/.SRCINFO b/.SRCINFO
index ca337fd..0bff4ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
-generated-by = makedeb-makepkg
-
-pkgbase = gh
- pkgdesc = The GitHub CLI
- pkgver = 2.8.0
- pkgrel = 1
- url = https://github.com/cli/cli
- arch = any
- license = MIT
- makedepends = golang-go
- makedepends = git
- depends = libc6-dev
- optdepends = git: To interact with repositories
- conflicts = gh-git
- conflicts = gh-bin
- source = git+https://github.com/cli/cli.git#tag=v2.8.0
- sha256sums = SKIP
-
+generated-by = makedeb
pkgname = gh
+pkgbase = gh
+pkgdesc = The GitHub CLI
+pkgrel = 1
+pkgver = 2.9.0
+url = https://github.com/cli/cli
+arch = any
+conflicts = gh-git
+conflicts = gh-bin
+depends = libc6-dev
+license = MIT
+makedepends = golang-go
+makedepends = git
+optdepends = git: To interact with repositories
+source = git+https://github.com/cli/cli.git#tag=v2.9.0
+sha256sums = SKIP
+makedepends = golang-go
+makedepends = git
+optdepends = git: To interact with repositories
diff --git a/PKGBUILD b/PKGBUILD
index f9948ba..48169e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname="gh"
_gitname="cli"
-pkgver='2.8.0'
+pkgver='2.9.0'
pkgrel='1'
pkgdesc="The GitHub CLI"
arch=("any")