From cc4dec5f4ecf2856eca4ee79a0f671809cfee9b5 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Tue, 21 Jan 2025 21:43:23 +0300 Subject: [PATCH] glab: update to 1.52.0 --- 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 5a00ca5658..6f9b1caa91 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.51.0 +pkgver=1.52.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=('6a95d827004fee258aacb49a427875e3b505b063cc578933d965cd56481f5a19') +sha256sums=('585495e53d3994172fb927218627b7470678bc766320cb52f4b4204238677dde') build() { cd "cli-v${pkgver}"