From 54f8cfbd07de1b41bfcac15a3ad3b53a4166cf39 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 27 Oct 2023 09:04:15 +0000 Subject: [PATCH] glab: update to 1.34.0 --- mingw-w64-glab/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-w64-glab/PKGBUILD b/mingw-w64-glab/PKGBUILD index e998d459d6..5bc65a7c4e 100644 --- a/mingw-w64-glab/PKGBUILD +++ b/mingw-w64-glab/PKGBUILD @@ -3,11 +3,14 @@ _realname=glab pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=1.33.0 +pkgver=1.34.0 pkgrel=1 pkgdesc='Cli tool to help work seamlessly with GitLab from the command line (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +msys2_references=( + 'archlinux: glab' +) url="https://gitlab.com/gitlab-org/cli" license=('spdx:MIT') makedepends=("${MINGW_PACKAGE_PREFIX}-go" @@ -15,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=('447a9b76acb5377642a4975908f610a3082026c176329c7c8cfed1461d2e1570') +sha256sums=('278d68f57704e481e0653306ed47c3d29a506d56fd6e4a6351d167c400a5e119') build() { cd "cli-v${pkgver}"