From 22252a2452fc366f779efae2cb7b1dff11d69230 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 3 Aug 2024 04:58:48 +0000 Subject: [PATCH] glab: update to 1.45.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 554c8f6a6d..0a29eac5bd 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.44.1 +pkgver=1.45.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=('59502833637aadb7c88dadc3c2f826cbe185a8fe7c0b90d82ccaca1da9d5dcf6') +sha256sums=('3cb222f196bb995b87c938e2ac0d496a343515af1530eebff228e630fa243ca9') build() { cd "cli-v${pkgver}"