makedeb


gh-bin 2.20.2-1


GitHub’s official command line tool.

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

Commit:


Hash: 2957b8c64f784268e35e2f57696e6ed450d379c5

Message: Upgraded to 2.9.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index ecf0509..3896ca8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-generated-by = makedeb-makepkg
-
-pkgbase = gh-bin
-	pkgdesc = GitHub’s official command line tool.
-	pkgver = 2.8.0
-	pkgrel = 1
-	url = https://github.com/cli/cli
-	arch = x86_64
-	license = MIT
-	depends = git
-	provides = gh
-	conflicts = gh-git
-	conflicts = gh
-	source = https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_amd64.deb
-	sha256sums = 720ab5f1ff93ce07ace78da1c6ae7275a7e3cea0a33620bf7e840346bd88e1fe
-
+generated-by = makedeb
 pkgname = gh-bin
+pkgbase = gh-bin
+pkgdesc = GitHub’s official command line tool.
+pkgrel = 1
+pkgver = 2.9.0
+url = https://github.com/cli/cli
+arch = x86_64
+conflicts = gh-git
+conflicts = gh
+depends = git
+license = MIT
+provides = gh
+source = https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_amd64.deb
+sha256sums = 9c44aac535782397f2639e08d6bae442d85af4e149db5a76eca0fe0206a7aa0d
diff --git a/PKGBUILD b/PKGBUILD
index 2c47e0e..fe1a1aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname="gh-bin"
 provides=('gh')
-pkgver='2.8.0'
+pkgver='2.9.0'
 pkgrel='1'
 pkgdesc="GitHub’s official command line tool."
 arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/cli/cli"
 conflicts=("gh-git" "gh")
 
 source=("${url}/releases/download/v${pkgver}/gh_${pkgver}_linux_amd64.deb")
-sha256sums=('720ab5f1ff93ce07ace78da1c6ae7275a7e3cea0a33620bf7e840346bd88e1fe')
+sha256sums=('9c44aac535782397f2639e08d6bae442d85af4e149db5a76eca0fe0206a7aa0d')
 
 package() {
     # Extract data.tar.xz to pkgdir