Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
624ca722 by Caleb Maclennan at 2026-01-21T22:13:16+03:00
upgpkg: 2.86.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.85.0
+ pkgver = 2.86.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.85.0.tar.gz::https://github.com/cli/cli/archive/v2.85.0.tar.gz
- sha256sums =
5fa457376a343b022dd8e881228c7b33290940f6289a7f3342dff0c914980461
+ source =
github-cli-2.86.0.tar.gz::https://github.com/cli/cli/archive/v2.86.0.tar.gz
+ sha256sums =
cd2998310e81727af5c2056e9936e6541a20f968d6e3a4891f7fedbc0b336008
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.85.0
+pkgver=2.86.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=('5fa457376a343b022dd8e881228c7b33290940f6289a7f3342dff0c914980461')
+sha256sums=('cd2998310e81727af5c2056e9936e6541a20f968d6e3a4891f7fedbc0b336008')
prepare() {
cd "cli-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/624ca7221aee2eb0dc5be63bd7072a211a41da12
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/624ca7221aee2eb0dc5be63bd7072a211a41da12
You're receiving this email because of your account on gitlab.archlinux.org.