glab: update to 1.72.0

This commit is contained in:
Dirk Stolle 2025-09-18 00:08:51 +02:00
parent 55f3a2ec99
commit cb01ffb0e2

View File

@ -3,7 +3,7 @@
_realname=glab _realname=glab
pkgbase=mingw-w64-${_realname} pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.68.0 pkgver=1.72.0
pkgrel=1 pkgrel=1
pkgdesc='Cli tool to help work seamlessly with GitLab from the command line (mingw-w64)' pkgdesc='Cli tool to help work seamlessly with GitLab from the command line (mingw-w64)'
arch=('any') arch=('any')
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-go"
optdepends=("git: To interact with repositories") optdepends=("git: To interact with repositories")
options=('!strip') options=('!strip')
source=("https://gitlab.com/gitlab-org/cli/-/archive/v${pkgver}/cli-v${pkgver}.tar.gz") source=("https://gitlab.com/gitlab-org/cli/-/archive/v${pkgver}/cli-v${pkgver}.tar.gz")
sha256sums=('9ecad1457d64530ce36fe98781cb7de9a7ffa9399807a616be3334a3fc7dd317') sha256sums=('690490162a7a38490a04be84afffa21e526032c76b466bcb645250596f2bbd5c')
build() { build() {
cd "cli-v${pkgver}" cd "cli-v${pkgver}"