summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorty2020-12-29 11:51:33 +0100
committerWorty2020-12-29 11:51:33 +0100
commitae5fb8f8c9c1e966f2fafa6aabb6cc0ff3a26915 (patch)
tree27e5f09132d0b6432f66895d0320430e91a28d19 /PKGBUILD
parent2c35523316c63262beb22d40ee6ac865332af75b (diff)
downloadaur-ae5fb8f8c9c1e966f2fafa6aabb6cc0ff3a26915.tar.gz
v1.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26a4a541202e..7d33d9fb7923 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=gitlab-glab
_realpkgname=glab
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.13.1
+pkgrel=1
pkgdesc='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"
@@ -11,7 +11,7 @@ license=('MIT')
makedepends=('go')
depends=('glibc')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('6154ac62fd385e26291899d75c8d3188bc25d9186ca5115e6693ebff809748d7')
+sha256sums=('17372332ce8f2b5d4ec61272ba600a23cf74416440d8056fb4aa4f00a47d0bd6')
prepare(){
cd "${_realpkgname}-${pkgver}"