summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorty2020-08-10 09:54:32 +0200
committerWorty2020-08-10 09:54:32 +0200
commitf2c58b1dc90b9aa3549a6faf894e815b74bc57ff (patch)
tree27a8f7ea1162f3736cd5619a91b7829309f0ef32
parentaca777c2b8140a3102bc9e9ac4edc543bd5ad2e5 (diff)
downloadaur-f2c58b1dc90b9aa3549a6faf894e815b74bc57ff.tar.gz
v 1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2c4f18f7a6b..3fbf1d8113a4 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.7.1
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/profclems/glab
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = gitlab-glab-1.7.1.tar.gz::https://github.com/profclems/glab/archive/v1.7.1.tar.gz
- sha256sums = 99c54eaed47f8cb6ad320a35004003131378d769b94685c9dbae785796fb6ae8
+ source = gitlab-glab-1.8.0.tar.gz::https://github.com/profclems/glab/archive/v1.8.0.tar.gz
+ sha256sums = d8920ee2cec3e5a2731d79126b2951452288530698507bd584ff22825e781fb3
pkgname = gitlab-glab
diff --git a/PKGBUILD b/PKGBUILD
index c6e90e59162e..e596f47e01d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.7.1
+pkgver=1.8.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')
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('99c54eaed47f8cb6ad320a35004003131378d769b94685c9dbae785796fb6ae8')
+sha256sums=('d8920ee2cec3e5a2731d79126b2951452288530698507bd584ff22825e781fb3')
prepare(){
cd "${_realpkgname}-${pkgver}"