Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
937327a9 by Caleb Maclennan at 2023-10-17T16:51:00+03:00
upgpkg: 2.37.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.36.0
+ pkgver = 2.37.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.36.0.tar.gz::https://github.com/cli/cli/archive/v2.36.0.tar.gz
- sha256sums =
f9be77f9c6a4abc2e14bcdf55057eb209f1ab7bda50b78dcd9ab07533ea4a58e
+ source =
github-cli-2.37.0.tar.gz::https://github.com/cli/cli/archive/v2.37.0.tar.gz
+ sha256sums =
527ca3aeaf6a565a0b058825748683ec5f5e199d5754466943c1f5c69a7d5bfe
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.36.0
+pkgver=2.37.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=('f9be77f9c6a4abc2e14bcdf55057eb209f1ab7bda50b78dcd9ab07533ea4a58e')
+sha256sums=('527ca3aeaf6a565a0b058825748683ec5f5e199d5754466943c1f5c69a7d5bfe')
prepare() {
cd "cli-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/937327a9f4d0ddc5369f9758c651b9dc5ca06f55
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/937327a9f4d0ddc5369f9758c651b9dc5ca06f55
You're receiving this email because of your account on gitlab.archlinux.org.