glab: update to 1.61.0

This commit is contained in:
Biswapriyo Nath 2025-06-27 05:42:06 +00:00
parent e6e4951841
commit 6a3b479608

View File

@ -3,7 +3,7 @@
_realname=glab
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.60.2
pkgver=1.61.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=('ef8265593d804f2dac2429e5bd92eedf498eac051d71a36180cba4b73f9b3d70')
sha256sums=('dde7aa48adfa79c88fd76e362ebf16ebf1901b9aaed0c76b3eae0bf874709483')
build() {
cd "cli-v${pkgver}"