summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorty2020-08-09 13:13:49 +0200
committerWorty2020-08-09 13:14:41 +0200
commitaca777c2b8140a3102bc9e9ac4edc543bd5ad2e5 (patch)
treeee813f13690fcb00a791e5146e637b8cb17c14bd
parent9d9fae3b4589b60ff7b21c120e3f58ef57a32e17 (diff)
downloadaur-aca777c2b8140a3102bc9e9ac4edc543bd5ad2e5.tar.gz
v. 1.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27e467b7f6b3..b2c4f18f7a6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = gitlab-glab
- pkgdesc = GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with Gitlab from the command line.
- pkgver = 1.7.0
+ 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
pkgrel = 1
url = https://github.com/profclems/glab
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = gitlab-glab-1.7.0.tar.gz::https://github.com/profclems/glab/archive/v1.7.0.tar.gz
- sha256sums = ae8ad263d5d5d157b93053660e0a0c21f4c46472365240f75412cdf06d098a36
+ source = gitlab-glab-1.7.1.tar.gz::https://github.com/profclems/glab/archive/v1.7.1.tar.gz
+ sha256sums = 99c54eaed47f8cb6ad320a35004003131378d769b94685c9dbae785796fb6ae8
pkgname = gitlab-glab
diff --git a/PKGBUILD b/PKGBUILD
index ec0b0a155013..c6e90e59162e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=1
-pkgdesc='GLab is an open source Gitlab Cli tool written in Go (golang) to help work seamlessly with Gitlab from the command line.'
+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"
license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('ae8ad263d5d5d157b93053660e0a0c21f4c46472365240f75412cdf06d098a36')
+sha256sums=('99c54eaed47f8cb6ad320a35004003131378d769b94685c9dbae785796fb6ae8')
prepare(){
cd "${_realpkgname}-${pkgver}"