summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7433f73f06a..54199305bfbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
pkgdesc='GLab is an open source Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.'
arch=('x86_64')
url="https://github.com/profclems/glab"
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('9fc201294da06f3ad9d7b2e15910f81273fbce642884865b9a61c5cbe041c62d')
+sha256sums=('4cdeda52281a43fa96d36fe613ee8f6b992cbe4dfbd0f861bc2e431289d4b32d')
prepare(){
cd "${_realpkgname}-${pkgver}"