summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 020a56ef4587..4ffc130249a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lab-bin
pkgdesc = A hub-like tool for GitLab (pre-built binary release)
- pkgver = 0.24.0
+ pkgver = 0.25.1
pkgrel = 1
url = https://zaquestion.github.io/lab
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = lab-bin
optdepends = hub
provides = lab
conflicts = lab
- source = https://github.com/zaquestion/lab/releases/download/v0.24.0/lab_0.24.0_linux_amd64.tar.gz
- sha256sums = 8d5baa6bc309df42d76147021e811e0a17f5134865f9d969796d074b5464adda
+ source = https://github.com/zaquestion/lab/releases/download/v0.25.1/lab_0.25.1_linux_amd64.tar.gz
+ sha256sums = 0476a5b5406cdb1c0e224463702225588a2ca74bf236d0b93f7985d304efea91
pkgname = lab-bin
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