From cf06bfe3febe82e223beada8bc787c0cfb90bee6 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Fri, 15 Dec 2023 07:18:02 +0300 Subject: [PATCH] glab: Update to 1.36.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 56044c4499..46aa91f943 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.35.0 +pkgver=1.36.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=('7ed31c7a9b425fc15922f83c5dd8634a2758262a4f25f92583378655fcad6303') +sha256sums=('8d6c759ebfe9c6942fcdb7055a4a5c7209a3b22beb25947f906c9aef3bc067e8') build() { cd "cli-v${pkgver}"