Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
d71b0452 by Caleb Maclennan at 2024-08-01T22:22:12+03:00
upgpkg: 2.54.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.53.0
+ pkgver = 2.54.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.53.0.tar.gz::https://github.com/cli/cli/archive/v2.53.0.tar.gz
- sha256sums =
5e47d567216b1f63a4939e634f9067c9b60b0852625edf8ad10e1b9be5033cff
+ source =
github-cli-2.54.0.tar.gz::https://github.com/cli/cli/archive/v2.54.0.tar.gz
+ sha256sums =
eedac958431876cebe243925dc354b0c21915d1bc84c5678a8073f0ec91d6a4c
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.53.0
+pkgver=2.54.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=('5e47d567216b1f63a4939e634f9067c9b60b0852625edf8ad10e1b9be5033cff')
+sha256sums=('eedac958431876cebe243925dc354b0c21915d1bc84c5678a8073f0ec91d6a4c')
prepare() {
cd "cli-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/d71b0452c714e11534e646d8215ac6f22bc86483
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/d71b0452c714e11534e646d8215ac6f22bc86483
You're receiving this email because of your account on gitlab.archlinux.org.