From 2afc67bf050a2f8a1e01ffe8f0d840654934d484 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 14 Oct 2025 00:40:23 +0200 Subject: [PATCH] glab: update to 1.73.1 --- 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 5a3d1be9c7..c593809e43 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.73.0 +pkgver=1.73.1 pkgrel=1 pkgdesc='Cli tool to help work seamlessly with GitLab from the command line (mingw-w64)' arch=('any') @@ -20,7 +20,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=('2addc8a5eecf37f5edb7e0b1e850b0ef773d99a9116aa413a253c372a8fe1ec0') +sha256sums=('a7ff8f6e1d493d597471dc5f029a336fd80081660fa0c4a7488a3b109e2da8df') build() { cd "cli-v${pkgver}"