summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorty2020-08-10 17:45:26 +0200
committerWorty2020-08-10 17:45:26 +0200
commit8e8867a28b2e4f68d168e8d43cb90262ed4ceedc (patch)
treee9379570d1329effb55d82484fc1325329468fdc
parentf2c58b1dc90b9aa3549a6faf894e815b74bc57ff (diff)
downloadaur-8e8867a28b2e4f68d168e8d43cb90262ed4ceedc.tar.gz
v 1.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fbf1d8113a4..d818fe89d2ee 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.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/profclems/glab
arch = x86_64
license = MIT
makedepends = go
depends = glibc
- source = gitlab-glab-1.8.0.tar.gz::https://github.com/profclems/glab/archive/v1.8.0.tar.gz
- sha256sums = d8920ee2cec3e5a2731d79126b2951452288530698507bd584ff22825e781fb3
+ source = gitlab-glab-1.8.1.tar.gz::https://github.com/profclems/glab/archive/v1.8.1.tar.gz
+ sha256sums = 9fc201294da06f3ad9d7b2e15910f81273fbce642884865b9a61c5cbe041c62d
pkgname = gitlab-glab
diff --git a/PKGBUILD b/PKGBUILD
index e596f47e01d1..c6de4a4928d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.8.0
+pkgver=1.8.1
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=('d8920ee2cec3e5a2731d79126b2951452288530698507bd584ff22825e781fb3')
+sha256sums=('9fc201294da06f3ad9d7b2e15910f81273fbce642884865b9a61c5cbe041c62d')
prepare(){
cd "${_realpkgname}-${pkgver}"