Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
glab
Commits:
eaa4358d by Caleb Maclennan at 2024-03-07T22:42:56+03:00
upgpkg: 1.37.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.36.0
+ pkgver = 1.37.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.36.0/cli-v1.36.0.tar.gz
- sha256sums =
8d6c759ebfe9c6942fcdb7055a4a5c7209a3b22beb25947f906c9aef3bc067e8
+ source =
https://gitlab.com/gitlab-org/cli/-/archive/v1.37.0/cli-v1.37.0.tar.gz
+ sha256sums =
f945c30f5946a8997dbc7a76ea434e312d1292902e47e44f44f1ff5696bf910f
pkgname = glab
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Abdo Roig-Maranges <[email protected]>
pkgname=glab
-pkgver=1.36.0
+pkgver=1.37.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=('8d6c759ebfe9c6942fcdb7055a4a5c7209a3b22beb25947f906c9aef3bc067e8')
+sha256sums=('f945c30f5946a8997dbc7a76ea434e312d1292902e47e44f44f1ff5696bf910f')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/eaa4358d17f771cbe288e4c9f1d2992dcd0823b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/eaa4358d17f771cbe288e4c9f1d2992dcd0823b7
You're receiving this email because of your account on gitlab.archlinux.org.