Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
glab
Commits:
f2e41dbe by Caleb Maclennan at 2024-08-01T00:11:04+03:00
upgpkg: 1.45.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = glab
pkgdesc = Cli tool to help work seamlessly with GitLab from the command
line
- pkgver = 1.44.1
+ pkgver = 1.45.0
pkgrel = 1
url = https://gitlab.com/gitlab-org/cli
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = glab
depends = glibc
replaces = gitlab-glab
options = !lto
- source =
https://gitlab.com/gitlab-org/cli/-/archive/v1.44.1/cli-v1.44.1.tar.gz
- sha256sums =
59502833637aadb7c88dadc3c2f826cbe185a8fe7c0b90d82ccaca1da9d5dcf6
+ source =
https://gitlab.com/gitlab-org/cli/-/archive/v1.45.0/cli-v1.45.0.tar.gz
+ sha256sums =
3cb222f196bb995b87c938e2ac0d496a343515af1530eebff228e630fa243ca9
pkgname = glab
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Abdo Roig-Maranges <[email protected]>
pkgname=glab
-pkgver=1.44.1
+pkgver=1.45.0
pkgrel=1
pkgdesc='Cli tool to help work seamlessly with GitLab from the command line'
arch=(x86_64)
@@ -15,7 +15,7 @@ replaces=(gitlab-glab)
options=(!lto)
_archive="cli-v$pkgver"
source=("$url/-/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('59502833637aadb7c88dadc3c2f826cbe185a8fe7c0b90d82ccaca1da9d5dcf6')
+sha256sums=('3cb222f196bb995b87c938e2ac0d496a343515af1530eebff228e630fa243ca9')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/f2e41dbe86c293bb5ffdbf56fb63255a05e50ad3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/f2e41dbe86c293bb5ffdbf56fb63255a05e50ad3
You're receiving this email because of your account on gitlab.archlinux.org.