summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorty2021-03-12 12:10:26 +0100
committerWorty2021-03-12 12:10:26 +0100
commit142184c7173a76743262f71a20e3df782b78fa67 (patch)
tree5c2b49ab324bcd61e960cd395db69b2ad4370432 /PKGBUILD
parent93be1dc6944a66b5685a289624ebe5312516fc5b (diff)
downloadaur-142184c7173a76743262f71a20e3df782b78fa67.tar.gz
v1.16.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f05ccfe9e162..77059b4e0673 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.15.0
+pkgver=1.16.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=('d2551b1ae3c8ec61e0d161e8a75efb16fea1e0716eed0095f23bcf5bfbc8d758')
+sha256sums=('eac7ac0dae3b709aea7c7eaa578d09b8f101e590f1c2d83c66926afa233993b0')
prepare(){
cd "${_realpkgname}-${pkgver}"