makedeb


gh 2.20.0-1


The GitHub CLI

Click here to go back to the commit logs for gh.

Commit:


Hash: b9a89bccd289a1849d1bb1290aa1d9f8e4b31eea

Message: Upgraded to 2.7.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b49924e..bc3a921 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = gh
 	pkgdesc = The GitHub CLI
-	pkgver = 2.6.0
+	pkgver = 2.7.0
 	pkgrel = 1
 	url = https://github.com/cli/cli
 	arch = any
@@ -13,7 +13,7 @@ pkgbase = gh
 	optdepends = git: To interact with repositories
 	conflicts = gh-git
 	conflicts = gh-bin
-	source = git+https://github.com/cli/cli.git#tag=v2.6.0
+	source = git+https://github.com/cli/cli.git#tag=v2.7.0
 	sha256sums = SKIP
 
 pkgname = gh
diff --git a/PKGBUILD b/PKGBUILD
index 957193e..ad20f81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
 
 pkgname="gh"
 _gitname="cli"
-pkgver="2.6.0"
-pkgrel="1"
+pkgver='2.7.0'
+pkgrel='1'
 pkgdesc="The GitHub CLI"
 arch=("any")
 url="https://github.com/cli/cli"