github-cli: update to 2.76.2

This commit is contained in:
Dirk Stolle 2025-07-31 09:40:43 +02:00
parent 3384537f93
commit 3dc7a0243d

View File

@ -3,7 +3,7 @@
_realname=github-cli
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.76.0
pkgver=2.76.2
pkgrel=1
pkgdesc='The GitHub CLI (mingw-w64)'
arch=('any')
@ -11,7 +11,9 @@ mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
url="https://cli.github.com/"
msys2_repository_url="https://github.com/cli/cli/"
msys2_references=(
'anitya: 135615'
'archlinux: github-cli'
'gentoo: dev-util/github-cli'
)
license=('spdx:MIT')
depends=("winpty")
@ -20,7 +22,7 @@ optdepends=("git: To interact with repositories")
options=('!strip')
source=("https://github.com/cli/cli/archive/v${pkgver}/$_realname-$pkgver.tar.gz"
"gh")
sha256sums=('101acc7ca272bf3b0e2e5fb39afe7a980afae53656f1d09d5630a57473d9f7db'
sha256sums=('6aee5afebdabd33f4c5e8604a9b7fa55e5bbac2a5cd36101cc221c990320c8b3'
'9ee5f2b44b7e9aa751508f02c1020e341e0212a9aa146b7428eb5ffea310be27')
build() {