summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Gasparina2022-04-10 11:11:20 +0200
committerDamien Gasparina2022-04-10 11:11:20 +0200
commit1cc6da68140c61cade278f18c976600bfee60159 (patch)
tree267b848d6b928d802049b73ea1483cf679525612
parent21426677b86fe257105db35daac652d2ce4a1dbc (diff)
downloadaur-1cc6da68140c61cade278f18c976600bfee60159.tar.gz
Upgrade to Confluent 7.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db1bcbf27cd8..c39a10c0186e 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.0.1
+ pkgver = 7.1.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.0/confluent-7.0.1.tar.gz
+ source = https://packages.confluent.io/archive/7.1/confluent-7.1.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 = 434fc0ff7336b67e77d3ffa8d51a5c80db0f28542ae982509e1832b1196955f5
+ sha256sums = ba8250419c541a788c2c993f070c22367a6060572a27edbb18540b129b05c42c
sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1bb45a44f45c..b7465d4b9c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=7.0.1
+pkgver=7.1.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.0/confluent-7.0.1.tar.gz
+source=(https://packages.confluent.io/archive/7.1/confluent-7.1.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=('434fc0ff7336b67e77d3ffa8d51a5c80db0f28542ae982509e1832b1196955f5'
+sha256sums=('ba8250419c541a788c2c993f070c22367a6060572a27edbb18540b129b05c42c'
'6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99'
'SKIP')