Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
9806584f by Caleb Maclennan at 2024-09-16T22:36:36+03:00
upgpkg: 2.57.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.56.0
+ pkgver = 2.57.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.56.0.tar.gz::https://github.com/cli/cli/archive/v2.56.0.tar.gz
- sha256sums =
ed19f01df36e336472c434edfadf01a2cbe4bf07394724b064a80c8fd6a0dc1e
+ source =
github-cli-2.57.0.tar.gz::https://github.com/cli/cli/archive/v2.57.0.tar.gz
+ sha256sums =
6433bca534da722a980126541fe28d278f4b3518a6f7a7ef4a23949a3968e8b9
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.56.0
+pkgver=2.57.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=('ed19f01df36e336472c434edfadf01a2cbe4bf07394724b064a80c8fd6a0dc1e')
+sha256sums=('6433bca534da722a980126541fe28d278f4b3518a6f7a7ef4a23949a3968e8b9')
prepare() {
cd "cli-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/9806584f2e63d7a3fc009df6ca1a25630cc1aa0e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/9806584f2e63d7a3fc009df6ca1a25630cc1aa0e
You're receiving this email because of your account on gitlab.archlinux.org.