makedeb
A GitLab CLI tool bringing GitLab to your command line
Click here to go back to the commit logs for glab.
Hash: f6f642047bd2968a58832dfc0f6d7f4b9a1dab3f
Message: Bump version to '1.25.0-1'
diff --git a/.SRCINFO b/.SRCINFO
index 9e61ca7..0033017 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ generated-by = makedeb
pkgname = glab
pkgbase = glab
pkgdesc = A GitLab CLI tool bringing GitLab to your command line
-pkgrel = 2
-pkgver = 1.24.1
+pkgrel = 1
+pkgver = 1.25.0
url = https://gitlab.com/gitlab-org/cli
arch = any
license = MIT
makedepends = golang-go>=2:1.13
-source = glab-1.24.1::git+https://gitlab.com/gitlab-org/cli/#tag=v1.24.1
+source = glab-1.25.0::git+https://gitlab.com/gitlab-org/cli/#tag=v1.25.0
sha256sums = SKIP
makedepends = golang-go>=2:1.13
diff --git a/PKGBUILD b/PKGBUILD
index 94a9852..1ca6ce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
pkgname=glab
-pkgver=1.24.1
-pkgrel=2
+pkgver=1.25.0
+pkgrel=1
pkgdesc='A GitLab CLI tool bringing GitLab to your command line'
arch=('any')
makedepends=('golang-go>=2:1.13')