summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2019-06-03 08:16:28 +0200
committerSimon Legner2019-06-03 08:16:28 +0200
commit260a74a174ac4713ba4a14f562b2799f8fe3c3e6 (patch)
treec1a98af28deda58661c75403768c1c314e1c1c5a
parentbeecc6d400f87ee62b5ea393a5c31e06bdfcc876 (diff)
downloadaur-260a74a174ac4713ba4a14f562b2799f8fe3c3e6.tar.gz
Update to 0.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d0465463f89..7a9800ea61e2 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.15.3
+ pkgver = 0.16.0
pkgrel = 1
url = https://zaquestion.github.io/lab/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = lab-bin
optdepends = hub
conflicts = lab-git
conflicts = lab
- source = https://github.com/zaquestion/lab/releases/download/v0.15.3/lab_0.15.3_linux_amd64.tar.gz
- sha512sums = 5a96493e7c3dd1466d3bf0d8a2b7fb6a4c3e3e3597fbfda2b6e704ae7edc5aa1fa9c319f2f23cb054235c5128ecb84dc2e3ad7e6b0d9f11a14af9dc4ed583fbf
+ source = https://github.com/zaquestion/lab/releases/download/v0.16.0/lab_0.16.0_linux_amd64.tar.gz
+ sha512sums = 4eab83fc7d84cfed652f522fdd6e38ac6f0b453dd082e8579f1f22e0b64b64641647ad8bf8a298313bcd254bd2c3ed8ad28e568a1b228298df77c48f35ab862e
pkgname = lab-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95c0d64db1f3..eee2e6da2d8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Simon Legner <Simon.Legner@gmail.com>
pkgname=lab-bin
-pkgver=0.15.3
+pkgver=0.16.0
pkgrel=1
pkgdesc="A hub-like tool for GitLab (pre-built binary release)"
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('hub')
makedepends=('go')
conflicts=("${pkgname%-bin}-git" "${pkgname%-bin}")
source=("https://github.com/zaquestion/${pkgname%-bin}/releases/download/v$pkgver/lab_${pkgver}_linux_amd64.tar.gz")
-sha512sums=('5a96493e7c3dd1466d3bf0d8a2b7fb6a4c3e3e3597fbfda2b6e704ae7edc5aa1fa9c319f2f23cb054235c5128ecb84dc2e3ad7e6b0d9f11a14af9dc4ed583fbf')
+sha512sums=('4eab83fc7d84cfed652f522fdd6e38ac6f0b453dd082e8579f1f22e0b64b64641647ad8bf8a298313bcd254bd2c3ed8ad28e568a1b228298df77c48f35ab862e')
package() {
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname%-bin}"/LICENSE