summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f657f8084cf..17b833086085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=lab
pkgname=$_pkgname-bin
-pkgver=0.24.0
+pkgver=0.25.1
pkgrel=1
pkgdesc='A hub-like tool for GitLab (pre-built binary release)'
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=('hub')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("https://github.com/zaquestion/${pkgname%-bin}/releases/download/v$pkgver/lab_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('8d5baa6bc309df42d76147021e811e0a17f5134865f9d969796d074b5464adda')
+sha256sums=('0476a5b5406cdb1c0e224463702225588a2ca74bf236d0b93f7985d304efea91')
build () {
./lab completion bash > completion.bash