summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2022-05-10 21:21:51 +0100
committerLeonidas Spyropoulos2022-05-10 21:21:51 +0100
commit2abd3eea452960f93efb9098ccebfbe4a2e877df (patch)
tree5ef8d944046dbf6eb2f359874efa81395a11ef63
parentca565d96cfbab54819472da433f59ab25334a2cc (diff)
downloadaur-2abd3eea452960f93efb9098ccebfbe4a2e877df.tar.gz
upgpkg: lab-bin 0.24.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aea04b888b0c..020a56ef4587 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.23.0
+ pkgver = 0.24.0
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.23.0/lab_0.23.0_linux_amd64.tar.gz
- sha256sums = 24cdeca01dbcda2b699313f5bd65d169bccd1ba061ed4fa915d3ca3dd446ffd7
+ source = https://github.com/zaquestion/lab/releases/download/v0.24.0/lab_0.24.0_linux_amd64.tar.gz
+ sha256sums = 8d5baa6bc309df42d76147021e811e0a17f5134865f9d969796d074b5464adda
pkgname = lab-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7e951311a65e..0f657f8084cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=lab
pkgname=$_pkgname-bin
-pkgver=0.23.0
+pkgver=0.24.0
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=('24cdeca01dbcda2b699313f5bd65d169bccd1ba061ed4fa915d3ca3dd446ffd7')
+sha256sums=('8d5baa6bc309df42d76147021e811e0a17f5134865f9d969796d074b5464adda')
build () {
./lab completion bash > completion.bash