summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorty2021-08-10 10:36:19 +0200
committerWorty2021-08-10 10:36:19 +0200
commitdc6a3a51cfb78d166dc89ed2efe867d51b2ae4ea (patch)
tree1a278f098777e3accb0e07b67d21797195ddeb07
parentd80d3a23c2476a2d0891e66b9d2f08632bca5153 (diff)
downloadaur-dc6a3a51cfb78d166dc89ed2efe867d51b2ae4ea.tar.gz
v1.19.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6068f7653425..8058fe27815f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = gitlab-glab
pkgdesc = Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.
- pkgver = 1.18.1
+ pkgver = 1.19.0
pkgrel = 1
url = https://github.com/profclems/glab
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = gitlab-glab-1.18.1.tar.gz::https://github.com/profclems/glab/archive/v1.18.1.tar.gz
- sha256sums = ce10c93268eb58fa6d277ebd4ed6de254e4365a1a332122f597e295cc11496c3
+ source = gitlab-glab-1.19.0.tar.gz::https://github.com/profclems/glab/archive/v1.19.0.tar.gz
+ sha256sums = 693fa7d81e50a1a029eec94b0d1a779f2627d17a4a73d4d40d833242a3ff7b1b
pkgname = gitlab-glab
-
diff --git a/PKGBUILD b/PKGBUILD
index bad7c73105ea..b152b466f421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.18.1
+pkgver=1.19.0
pkgrel=1
pkgdesc='Gitlab Cli tool written in Go to help work seamlessly with Gitlab from the command line.'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('ce10c93268eb58fa6d277ebd4ed6de254e4365a1a332122f597e295cc11496c3')
+sha256sums=('693fa7d81e50a1a029eec94b0d1a779f2627d17a4a73d4d40d833242a3ff7b1b')
prepare(){
cd "${_realpkgname}-${pkgver}"