Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
aaf11498 by Caleb Maclennan at 2025-03-19T19:27:50+03:00
upgpkg: 2.69.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.68.1
+ pkgver = 2.69.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.68.1.tar.gz::https://github.com/cli/cli/archive/v2.68.1.tar.gz
- sha256sums =
520ab7ca5eda31af4aab717e1f9bc65497cdc23a46f71dab56d47513e00c7b82
+ source =
github-cli-2.69.0.tar.gz::https://github.com/cli/cli/archive/v2.69.0.tar.gz
+ sha256sums =
e2deb3759bbe4da8ad4f071ca604fda5c2fc803fef8b3b89896013e4b1c1fe65
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.68.1
+pkgver=2.69.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=('520ab7ca5eda31af4aab717e1f9bc65497cdc23a46f71dab56d47513e00c7b82')
+sha256sums=('e2deb3759bbe4da8ad4f071ca604fda5c2fc803fef8b3b89896013e4b1c1fe65')
prepare() {
cd "cli-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/aaf11498c07f4b79b09c7a85f290ef67bc60e908
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/aaf11498c07f4b79b09c7a85f290ef67bc60e908
You're receiving this email because of your account on gitlab.archlinux.org.