glab: update to 1.45.0

This commit is contained in:
Biswapriyo Nath
2024-08-03 04:58:48 +00:00
parent 54f9c71b59
commit 22252a2452

View File

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