From 5eb302a2e5fbbe1a9e38eda0b3754b1f92259acd Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Thu, 28 Nov 2024 20:47:29 +0300 Subject: [PATCH] glab: update to 1.50.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 0228fe643e..8236d5e8c6 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.49.0 +pkgver=1.50.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=('8ad87c6c5157a946512f1225e6ab71adcff3e1606f0e0341ecadb037716376f9') +sha256sums=('36512e81c1c88d95a9154357e7bf5f1f167f8e53ea628d7e6836d248a9031b9b') build() { cd "cli-v${pkgver}"