summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDabz2024-02-15 14:59:07 +0000
committerDabz2024-02-15 14:59:07 +0000
commit57bad802ee7bc71785ab44c161a544a6d6eefd6b (patch)
treef006eecc614a0b53aa3fe98740ecbe78113faeb4
parentef53cd2f64719333d24b293b4a9357b8446338b4 (diff)
downloadaur-confluent-platform.tar.gz
Upgrade to Confluent 7.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8614381bf9f0..730c1cfe05e9 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.5.0
+ pkgver = 7.6.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.5/confluent-7.5.0.tar.gz
+ source = https://packages.confluent.io/archive/7.6/confluent-7.6.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 = 1da2b70e8ea84469baa2fbcd346bd9137e2b60d4509eb9add462a0953499f65b
+ sha256sums = 6c74fc556494ab188cfe0ee8a515d9984380b3677ad5d5814edbb0c25ccf8017
sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a63e2817c19..7483ec060946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=7.5.0
+pkgver=7.6.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.5/confluent-7.5.0.tar.gz
+source=(https://packages.confluent.io/archive/7.6/confluent-7.6.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=('1da2b70e8ea84469baa2fbcd346bd9137e2b60d4509eb9add462a0953499f65b'
+sha256sums=('6c74fc556494ab188cfe0ee8a515d9984380b3677ad5d5814edbb0c25ccf8017'
'6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99'
'SKIP')