summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorty2021-06-08 10:55:28 +0200
committerWorty2021-06-08 10:55:28 +0200
commit04b8015499f23605b7ba28c00cc6cdbcf1fe8b4a (patch)
treed617d15edf589bae457609d9cd8486b68df52593 /PKGBUILD
parent85bffe80ea29d3d317859a78cb4c69a85d0b98ef (diff)
downloadaur-04b8015499f23605b7ba28c00cc6cdbcf1fe8b4a.tar.gz
v1.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df5805084a7e..9c5e4f33b692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.17.0
+pkgver=1.18.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=('9f29c6a124c7b514ffe55e8b1458a1714eb4c9e8943ce2680589f3ef89841554')
+sha256sums=('0e83072ad483ccd6bcb76e0ada327dfce65e1770c7841aaa82245dc6e00d413e')
prepare(){
cd "${_realpkgname}-${pkgver}"