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