aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Declercq2022-02-25 09:27:27 +0100
committerLucas Declercq2022-02-25 09:27:27 +0100
commitbe37c01a5ba9f7e49c8c19e9c6d3a06f2bd8829b (patch)
treec5da664d910773a87d02e7777bdd25a4b17d6a93
parent3b4909275ba82715fdc22b6ca15cd53c4fd77cf4 (diff)
downloadaur-be37c01a5ba9f7e49c8c19e9c6d3a06f2bd8829b.tar.gz
chore(version): bump to v2.20.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 128c19ed0ec5..42a59faf9db6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conduktor
pkgdesc = A Kafka Desktop Client
- pkgver = 2.20.5
+ pkgver = 2.20.6
pkgrel = 1
url = https://www.conduktor.io
arch = any
@@ -8,9 +8,9 @@ pkgbase = conduktor
depends = bash
optdepends = java-runtime>=11: at least Java 11
options = !strip
- source = https://github.com/conduktor/builds/releases/download/v2.20.5/Conduktor-linux-2.20.5.zip
+ source = https://github.com/conduktor/builds/releases/download/v2.20.6/Conduktor-linux-2.20.6.zip
source = conduktor.desktop
- sha256sums = ffcab02d716ceb3b1fee0bf0ef9c1416401eb46916f438b4305063aa51221f2f
+ sha256sums = 72eac07e63e8a75fd3c8040ba8803638a3ebf5a72247ec7a003e43ab4e24fa75
sha256sums = a231b74a710988b04eda2e50917745da755ff04fe5a0898fe534351af9aa04c1
pkgname = conduktor
diff --git a/PKGBUILD b/PKGBUILD
index d4638b4407f3..069028551a31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lucas Declercq <lucas dot declercq at mailbox dot org>
pkgname="conduktor"
-pkgver=2.20.5
+pkgver=2.20.6
pkgrel=1
pkgdesc="A Kafka Desktop Client"
url="https://www.conduktor.io"
@@ -12,7 +12,7 @@ optdepends=("java-runtime>=11: at least Java 11")
source=("https://github.com/conduktor/builds/releases/download/v${pkgver}/Conduktor-linux-${pkgver}.zip"
"conduktor.desktop")
options=("!strip")
-sha256sums=('ffcab02d716ceb3b1fee0bf0ef9c1416401eb46916f438b4305063aa51221f2f'
+sha256sums=('72eac07e63e8a75fd3c8040ba8803638a3ebf5a72247ec7a003e43ab4e24fa75'
'a231b74a710988b04eda2e50917745da755ff04fe5a0898fe534351af9aa04c1')
package(){
install -Dm755 -t "${pkgdir}/opt/${pkgname}/bin/" "${srcdir}/conduktor-${pkgver}/bin/${pkgname}"