glab: update to 1.78.2

This commit is contained in:
Dirk Stolle
2025-11-22 18:07:57 +01:00
parent 2f6743954b
commit 0bb962f157

View File

@@ -3,7 +3,7 @@
_realname=glab
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.77.0
pkgver=1.78.2
pkgrel=1
pkgdesc='Cli tool to help work seamlessly with GitLab from the command line (mingw-w64)'
arch=('any')
@@ -20,7 +20,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=('3c32d3e531c5b8bea3a737d292469fe5c447852f096e41b3ddc1aa9b9a819c13')
sha256sums=('c2f2005987fca5491721ea0fb80b0c451e8703eac5e8869068412ecb4f6da5a2')
build() {
cd "cli-v${pkgver}"