Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
github-cli
Commits:
32a47a1d by Caleb Maclennan at 2023-12-13T20:08:55+03:00
upgpkg: 2.40.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = github-cli
pkgdesc = The GitHub CLI
- pkgver = 2.40.0
+ pkgver = 2.40.1
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.40.0.tar.gz::https://github.com/cli/cli/archive/v2.40.0.tar.gz
- sha256sums =
7c3ebebd285980e96718d2a39f902a538270c162e5be3e49f2f285fb9dc97bdf
+ source =
github-cli-2.40.1.tar.gz::https://github.com/cli/cli/archive/v2.40.1.tar.gz
+ sha256sums =
0bb2af951b4716067747184b5b5bbd90c270edee5b45a84e62a5a803bf7ef467
pkgname = github-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Richard Bradfield <[email protected]>
pkgname=github-cli
-pkgver=2.40.0
+pkgver=2.40.1
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=('7c3ebebd285980e96718d2a39f902a538270c162e5be3e49f2f285fb9dc97bdf')
+sha256sums=('0bb2af951b4716067747184b5b5bbd90c270edee5b45a84e62a5a803bf7ef467')
prepare() {
cd "cli-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/32a47a1dbda2a18ae0df168dd3a39ea807a85cdd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/github-cli/-/commit/32a47a1dbda2a18ae0df168dd3a39ea807a85cdd
You're receiving this email because of your account on gitlab.archlinux.org.