glab: update to 1.34.0

This commit is contained in:
Biswapriyo Nath
2023-10-27 09:04:15 +00:00
parent 6a7b00b6cf
commit 54f8cfbd07

View File

@@ -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}"