Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
glab
Commits:
0cdf5e80 by Caleb Maclennan at 2024-09-11T13:05:22+03:00
upgpkg: 1.46.1-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.46.0
+ pkgver = 1.46.1
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.46.0/cli-v1.46.0.tar.gz
- sha256sums =
ac52637f657f97dbdafe9401b01d5ddd2782d953a0e1da08c0a59e17826b9716
+ source =
https://gitlab.com/gitlab-org/cli/-/archive/v1.46.1/cli-v1.46.1.tar.gz
+ sha256sums =
935f732ddacc6e54fc83d06351fc25454ac8a58c465c3efa43e066ea226257c2
pkgname = glab
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Abdo Roig-Maranges <[email protected]>
pkgname=glab
-pkgver=1.46.0
+pkgver=1.46.1
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=('ac52637f657f97dbdafe9401b01d5ddd2782d953a0e1da08c0a59e17826b9716')
+sha256sums=('935f732ddacc6e54fc83d06351fc25454ac8a58c465c3efa43e066ea226257c2')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/0cdf5e801818f146cf4827379e0e270c4941b218
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/0cdf5e801818f146cf4827379e0e270c4941b218
You're receiving this email because of your account on gitlab.archlinux.org.