makedeb


gh 2.20.0-1


The GitHub CLI

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

Commit:


Hash: 8be00511d218789ab78d773dd69da447ce2cca02

Message: Upgraded to 2.5.2

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 52ef567..f4d7753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb-makepkg
 
 pkgbase = gh
 	pkgdesc = The GitHub CLI
-	pkgver = 2.5.0
-	pkgrel = 3
+	pkgver = 2.5.2
+	pkgrel = 1
 	url = https://github.com/cli/cli
 	arch = any
 	license = MIT
@@ -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.5.0
+	source = git+https://github.com/cli/cli.git#tag=v2.5.2
 	sha256sums = SKIP
 
 pkgname = gh
diff --git a/PKGBUILD b/PKGBUILD
index a8b9117..003919b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
 
 pkgname="gh"
 _gitname="cli"
-pkgver="2.5.0"
-pkgrel="3"
+pkgver="2.5.2"
+pkgrel="1"
 pkgdesc="The GitHub CLI"
 arch=("any")
 url="https://github.com/cli/cli"