glab: update to 1.55.0

This commit is contained in:
Biswapriyo Nath 2025-03-25 05:33:50 +00:00
parent f782096d55
commit 95b70a2a8f

View File

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