summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Gasparina2022-07-08 12:51:17 +0200
committerDamien Gasparina2022-07-08 12:51:17 +0200
commitbfbdd01406554917b9d022fd3945fa7ee421e1d1 (patch)
tree89d4368cbf979734e3e0d55ddd3fdf6ec5d0d057
parent1cc6da68140c61cade278f18c976600bfee60159 (diff)
downloadaur-bfbdd01406554917b9d022fd3945fa7ee421e1d1.tar.gz
Upgrade to Confluent 7.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c39a10c0186e..481ee0f0a63b 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 = 7.1.0
+ pkgver = 7.2.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/7.1/confluent-7.1.0.tar.gz
+ source = https://packages.confluent.io/archive/7.2/confluent-7.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 = ba8250419c541a788c2c993f070c22367a6060572a27edbb18540b129b05c42c
+ sha256sums = 4ed1cfb2b926679de634bfbf46ed9e1dbd112a85d6ff149a82b0fa1c5dace5ec
sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b7465d4b9c7a..c60c61ef5abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=7.1.0
+pkgver=7.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/7.1/confluent-7.1.0.tar.gz
+source=(https://packages.confluent.io/archive/7.2/confluent-7.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=('ba8250419c541a788c2c993f070c22367a6060572a27edbb18540b129b05c42c'
+sha256sums=('4ed1cfb2b926679de634bfbf46ed9e1dbd112a85d6ff149a82b0fa1c5dace5ec'
'6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99'
'SKIP')