diff options
author | Damien Gasparina | 2023-07-19 11:09:41 +0200 |
---|---|---|
committer | Damien Gasparina | 2023-07-19 11:09:41 +0200 |
commit | 2f6dc694c281fc7ba122b0ec99c74450a43640cc (patch) | |
tree | daa4b594685607de3fbafc4c5eefe8c139146c96 | |
parent | 5c591ddf99325f44ef4b56bc959ebb158a18c7ee (diff) | |
download | aur-2f6dc694c281fc7ba122b0ec99c74450a43640cc.tar.gz |
Upgrade to Confluent 7.4.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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.3.0 + pkgver = 7.4.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.3/confluent-7.3.0.tar.gz + source = https://packages.confluent.io/archive/7.4/confluent-7.4.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 = 8f5db4812224cb4087360cda567a1d3009e279c457d11a54ebe8a5f3a9f176b4 + sha256sums = fd45841397e95fe5563a23f551198b073d25310711b97a1a9ba02e73a163a752 sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99 sha256sums = SKIP @@ -1,6 +1,6 @@ # Maintainer: Damien GASPARINA <dgasparina at gmail dot com> pkgname=confluent-platform -pkgver=7.3.0 +pkgver=7.4.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.3/confluent-7.3.0.tar.gz +source=(https://packages.confluent.io/archive/7.4/confluent-7.4.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=('8f5db4812224cb4087360cda567a1d3009e279c457d11a54ebe8a5f3a9f176b4' +sha256sums=('fd45841397e95fe5563a23f551198b073d25310711b97a1a9ba02e73a163a752' '6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99' 'SKIP') |