From c50835b763e0c6935cd07d774b703e7dfdacf667 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 7 Jun 2025 06:38:30 +0000 Subject: [PATCH] glab: update to 1.59.2 --- mingw-w64-glab/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-glab/PKGBUILD b/mingw-w64-glab/PKGBUILD index 8c3d456397..e64cebcca6 100644 --- a/mingw-w64-glab/PKGBUILD +++ b/mingw-w64-glab/PKGBUILD @@ -3,7 +3,7 @@ _realname=glab pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=1.57.0 +pkgver=1.59.2 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=('b0c3333c7160a9d95ec820ceadd4636fe7760b19a23bc8957337812b191c03dd') +sha256sums=('d14bdbcfc39410caa2c9011fad4929f4c123ff2a5f14f7b4b87d792b11a7cd19') build() { cd "cli-v${pkgver}"