summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Gasparina2021-06-09 10:45:09 +0200
committerDamien Gasparina2021-06-09 10:45:09 +0200
commit0307f304c2723d5a535960a3b8acfdd3f21ae581 (patch)
tree259c6f901209ac71f40a555445b9662694a2dc78
parent174f3353d6437cb226ea5cebd98df11c239d1b83 (diff)
downloadaur-0307f304c2723d5a535960a3b8acfdd3f21ae581.tar.gz
Upgrade to Confluent 6.2.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33c7b6a26407..fb906eb8cd39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = confluent-platform
pkgdesc = Confluent, founded by the creators of Apache Kafka, delivers a complete execution of Kafka for the Enterprise, to help you run your business in real time.
- pkgver = 6.1.1
+ pkgver = 6.2.0
pkgrel = 0
url = https://www.confluent.io/
install = install_confluent.sh
@@ -38,12 +38,11 @@ pkgbase = confluent-platform
backup = etc/ksql/ksql-server.properties
backup = etc/ksql/log4j-silent.properties
backup = etc/confluent-rebalancer/log4j.properties
- source = https://packages.confluent.io/archive/6.1/confluent-6.1.1.tar.gz
+ source = https://packages.confluent.io/archive/6.2/confluent-6.2.0.tar.gz
source = systemd_sysusers.d_confluent.conf
source = https://s3-us-west-2.amazonaws.com/confluent.cloud/confluent-cli/archives/latest/confluent_latest_linux_amd64.tar.gz
- sha256sums = b8af57324a58b3c34d5b9f48dd9c0358e5739c623fe469006c715cdd655cb4da
+ sha256sums = 0597df3e4d57117aa8a1eb93da6d2a86425e6b4dc3cf746be614fe7bf32f1a68
sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99
sha256sums = SKIP
pkgname = confluent-platform
-
diff --git a/PKGBUILD b/PKGBUILD
index 9aab21119131..29e96571d99c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=6.1.1
+pkgver=6.2.0
pkgrel=0
pkgdesc='Confluent, founded by the creators of Apache Kafka, delivers a complete execution of Kafka for the Enterprise, to help you run your business in real time.'
arch=('any')
@@ -41,12 +41,12 @@ backup=(etc/confluent-control-center/log4j.properties
)
install=install_confluent.sh
-source=(https://packages.confluent.io/archive/6.1/confluent-6.1.1.tar.gz
+source=(https://packages.confluent.io/archive/6.2/confluent-6.2.0.tar.gz
systemd_sysusers.d_confluent.conf
https://s3-us-west-2.amazonaws.com/confluent.cloud/confluent-cli/archives/latest/confluent_latest_linux_amd64.tar.gz
)
-sha256sums=('b8af57324a58b3c34d5b9f48dd9c0358e5739c623fe469006c715cdd655cb4da'
+sha256sums=('0597df3e4d57117aa8a1eb93da6d2a86425e6b4dc3cf746be614fe7bf32f1a68'
'6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99'
'SKIP')