summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorty2020-08-10 17:45:26 +0200
committerWorty2020-08-10 17:45:26 +0200
commit8e8867a28b2e4f68d168e8d43cb90262ed4ceedc (patch)
treee9379570d1329effb55d82484fc1325329468fdc /PKGBUILD
parentf2c58b1dc90b9aa3549a6faf894e815b74bc57ff (diff)
downloadaur-8e8867a28b2e4f68d168e8d43cb90262ed4ceedc.tar.gz
v 1.8.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"