From eba706b18ca115b073468edb36cb78625c71c331 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Wed, 12 Nov 2025 03:20:54 +0100 Subject: [PATCH] glab: update to 1.77.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 7e2622973b..16d453a2a0 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.76.2 +pkgver=1.77.0 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=('e97ff8c49c318e36847c1d8ba96e5624466eb1d7e82aa196899add2f0f60d5e0') +sha256sums=('3c32d3e531c5b8bea3a737d292469fe5c447852f096e41b3ddc1aa9b9a819c13') build() { cd "cli-v${pkgver}"