community/glab: upgrade to 1.46.1

https://gitlab.com/gitlab-org/cli/-/releases/v1.46.1
This commit is contained in:
Celeste 2024-09-11 06:56:35 +00:00
parent 823c34d792
commit 5fec22b500
2 changed files with 3 additions and 16 deletions

View File

@ -1,7 +1,7 @@
# Contributor: solidnerd <niclas@mietz.io>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=glab
pkgver=1.46.0
pkgver=1.46.1
pkgrel=0
pkgdesc="Open source GitLab CLI tool written in Go"
url="https://gitlab.com/gitlab-org/cli"
@ -15,9 +15,7 @@ subpackages="
$pkgname-zsh-completion
$pkgname-fish-completion
"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/cli/-/archive/v$pkgver/cli-v$pkgver.tar.gz
unbump_go.patch
"
source="$pkgname-$pkgver.tar.gz::https://gitlab.com/gitlab-org/cli/-/archive/v$pkgver/cli-v$pkgver.tar.gz"
builddir="$srcdir/cli-v$pkgver"
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
@ -53,6 +51,5 @@ package() {
}
sha512sums="
64fb4b78f8ed35a9de546fc4b053e2ee2e4de8396a5d3c3fa7477febc429500946a533399e6e8569fe45673c6c977010c785c68cca948baa39e8bb012ebf2d5b glab-1.46.0.tar.gz
34de704e2ae4f7c2601eb6231a6b6abd9c1dfbcf9ad212f3ac24a6f30d8eef82d76b7660df1a0c541e81de430170a74fa6dd8e501d052e627bfff0b9077528e8 unbump_go.patch
2290b6fa1b4b42f5dbb58998b2f834c4fc067ff139237625faf769e957a799db68b9498646ae835f7632704db1a2b3dd9c79cb11d139cb80e61ed99bb91141db glab-1.46.1.tar.gz
"

View File

@ -1,10 +0,0 @@
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module gitlab.com/gitlab-org/cli
-go 1.23.0
+go 1.22.0
require (
github.com/AlecAivazis/survey/v2 v2.3.7