Morten Linderud pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
44cddaf0 by Morten Linderud at 2025-02-11T22:32:01+01:00
upgpkg: 2.67.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.66.1
+ pkgver = 2.67.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.66.1.tar.gz::https://github.com/cli/cli/archive/v2.66.1.tar.gz
- sha256sums =
e0bb259c61f15f41c1ca04632045d0aaf8fe456e2bc64f15dbfae41cc28d4fea
+ source =
github-cli-2.67.0.tar.gz::https://github.com/cli/cli/archive/v2.67.0.tar.gz
+ sha256sums =
8f685207c63cebfde375a20b235e34012d75d4d41fbaad8b2cc1b8cfc1eceae8
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.66.1
+pkgver=2.67.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=('e0bb259c61f15f41c1ca04632045d0aaf8fe456e2bc64f15dbfae41cc28d4fea')
+sha256sums=('8f685207c63cebfde375a20b235e34012d75d4d41fbaad8b2cc1b8cfc1eceae8')
prepare() {
cd "cli-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/44cddaf0a22e75bc33d5e47b3ec0474fb6c50d1d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/44cddaf0a22e75bc33d5e47b3ec0474fb6c50d1d
You're receiving this email because of your account on gitlab.archlinux.org.