Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
70fc004e by Caleb Maclennan at 2025-09-23T21:08:47+03:00
upgpkg: 2.80.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.79.0
+ pkgver = 2.80.0
pkgrel = 1
url = https://github.com/cli/cli
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = github-cli
depends = mailcap
optdepends = git: To interact with repositories
optdepends = org.freedesktop.secrets: Store credentials in system
keyring
- source =
github-cli-2.79.0.tar.gz::https://github.com/cli/cli/archive/v2.79.0.tar.gz
- sha256sums =
2408f3f5d69ea7efde1f174ee058ca011b8ab24e583178c6f090f3e91767bda4
+ source =
github-cli-2.80.0.tar.gz::https://github.com/cli/cli/archive/v2.80.0.tar.gz
+ sha256sums =
fd9a1fc392b10f99e9f6be287b696b8dbd1d1a14d71ccee1d1da52be3f1edd6e
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.79.0
+pkgver=2.80.0
pkgrel=1
pkgdesc="The GitHub CLI"
arch=("x86_64")
@@ -16,7 +16,7 @@ checkdepends=("openssh")
optdepends=("git: To interact with repositories"
"org.freedesktop.secrets: Store credentials in system keyring")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('2408f3f5d69ea7efde1f174ee058ca011b8ab24e583178c6f090f3e91767bda4')
+sha256sums=('fd9a1fc392b10f99e9f6be287b696b8dbd1d1a14d71ccee1d1da52be3f1edd6e')
prepare() {
cd "cli-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/70fc004ec656fe1eba6f5ddadfb095379ea4f45b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/70fc004ec656fe1eba6f5ddadfb095379ea4f45b
You're receiving this email because of your account on gitlab.archlinux.org.