Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
glab
Commits:
011289a4 by Caleb Maclennan at 2025-11-07T15:32:56+03:00
upgpkg: 1.76.2-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.76.1
+ pkgver = 1.76.2
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.76.1/cli-v1.76.1.tar.gz
- sha256sums =
91387ccbe34ae36f7ca303b14bb6947eb4263cf08f350bc8d08187db641fa278
+ source =
https://gitlab.com/gitlab-org/cli/-/archive/v1.76.2/cli-v1.76.2.tar.gz
+ sha256sums =
e97ff8c49c318e36847c1d8ba96e5624466eb1d7e82aa196899add2f0f60d5e0
pkgname = glab
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Abdo Roig-Maranges <[email protected]>
pkgname=glab
-pkgver=1.76.1
+pkgver=1.76.2
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=('91387ccbe34ae36f7ca303b14bb6947eb4263cf08f350bc8d08187db641fa278')
+sha256sums=('e97ff8c49c318e36847c1d8ba96e5624466eb1d7e82aa196899add2f0f60d5e0')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/011289a4087cd06986a6bbe60edb6562bf688589
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/011289a4087cd06986a6bbe60edb6562bf688589
You're receiving this email because of your account on gitlab.archlinux.org.