summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorty2020-10-26 22:26:11 +0100
committerWorty2020-10-26 22:26:11 +0100
commitb364ffbb8c456208d187f8ac2f0e3fc466b1a7d7 (patch)
treeae1cacd6835fa0580ef9b4982bc5b5bbd43855e3
parent4067d41dcded1513c0272c74a22fd961ceceffa0 (diff)
downloadaur-b364ffbb8c456208d187f8ac2f0e3fc466b1a7d7.tar.gz
v 1.11.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c49ef2abea..1c7dd92477f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gitlab-glab
- pkgdesc = GLab is an open source Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.
- pkgver = 1.10.0
- pkgrel = 2
+ pkgdesc = Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.
+ pkgver = 1.11.0
+ pkgrel = 1
url = https://github.com/profclems/glab
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = gitlab-glab-1.10.0.tar.gz::https://github.com/profclems/glab/archive/v1.10.0.tar.gz
- sha256sums = 1051df68c2249bb88754324ee2ac549924c1b847fab13d20f2cecc8c61195586
+ source = gitlab-glab-1.11.0.tar.gz::https://github.com/profclems/glab/archive/v1.11.0.tar.gz
+ sha256sums = 21b19d0ce330b5fbbe36b4a87d74966a26d35c68e3ec3baa180a37b24da5cc9d
pkgname = gitlab-glab
diff --git a/PKGBUILD b/PKGBUILD
index 1d78908afe62..0c2db2d1f2be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.10.0
-pkgrel=2
-pkgdesc='GLab is an open source Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.'
+pkgver=1.11.0
+pkgrel=1
+pkgdesc='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"
license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1051df68c2249bb88754324ee2ac549924c1b847fab13d20f2cecc8c61195586')
+sha256sums=('21b19d0ce330b5fbbe36b4a87d74966a26d35c68e3ec3baa180a37b24da5cc9d')
prepare(){
cd "${_realpkgname}-${pkgver}"