summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Gasparina2021-11-04 10:02:12 +0100
committerDamien Gasparina2021-11-04 10:02:12 +0100
commitcbe6415b047c6acd72e7513d149341bd0ac8aa18 (patch)
tree37b4d35bcba8a12480dc631778e1bce805947dbc
parent0307f304c2723d5a535960a3b8acfdd3f21ae581 (diff)
downloadaur-cbe6415b047c6acd72e7513d149341bd0ac8aa18.tar.gz
Upgrade to Confluent 7.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb906eb8cd39..fcbc2c40acb8 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.2.0
+ pkgver = 7.0.0
pkgrel = 0
url = https://www.confluent.io/
install = install_confluent.sh
@@ -38,10 +38,10 @@ 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.2/confluent-6.2.0.tar.gz
+ source = https://packages.confluent.io/archive/7.0/confluent-7.0.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 = 0597df3e4d57117aa8a1eb93da6d2a86425e6b4dc3cf746be614fe7bf32f1a68
+ sha256sums = a762ff6702f8040aa8ed01d5130a0896a8933d56ec8b84ce786d0ecf230f9c3f
sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 29e96571d99c..5da5a1be4008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=6.2.0
+pkgver=7.0.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.2/confluent-6.2.0.tar.gz
+source=(https://packages.confluent.io/archive/7.0/confluent-7.0.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=('0597df3e4d57117aa8a1eb93da6d2a86425e6b4dc3cf746be614fe7bf32f1a68'
+sha256sums=('a762ff6702f8040aa8ed01d5130a0896a8933d56ec8b84ce786d0ecf230f9c3f'
'6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99'
'SKIP')