summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efd5aee09343..eb907c4b2008 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 5.1.1
- pkgrel = 6
+ pkgver = 5.2.0
+ pkgrel = 1
url = https://www.confluent.io/
install = install_confluent.sh
arch = any
@@ -64,9 +64,9 @@ pkgbase = confluent-platform
backup = etc/camus/log4j.xml
backup = etc/kafka-connect-activemq/ActiveMQSourceConnector.properties
backup = etc/kafka-connect-activemq/connect-avro-localhost.properties
- source = https://packages.confluent.io/archive/5.1/confluent-5.1.1-2.11.tar.gz
+ source = https://packages.confluent.io/archive/5.2/confluent-5.2.0-2.11.tar.gz
source = systemd_sysusers.d_confluent.conf
- sha256sums = 918d46898ca225b8e4aed1df15ce553bfb55fe4f246bb0eb9551fc53be0e1fc1
+ sha256sums = 93c5549742f3c2e0fe62732b3e5e4c48da39de1fe543da54d3a6480660946633
sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99
pkgname = confluent-platform
diff --git a/PKGBUILD b/PKGBUILD
index 01973557fe29..b9895c8b3e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=5.1.1
-pkgrel=6
+pkgver=5.2.0
+pkgrel=1
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')
url='https://www.confluent.io/'
@@ -67,10 +67,10 @@ backup=(etc/confluent-control-center/log4j.properties
)
install=install_confluent.sh
-source=(https://packages.confluent.io/archive/5.1/confluent-5.1.1-2.11.tar.gz
+source=(https://packages.confluent.io/archive/5.2/confluent-5.2.0-2.11.tar.gz
systemd_sysusers.d_confluent.conf)
-sha256sums=('918d46898ca225b8e4aed1df15ce553bfb55fe4f246bb0eb9551fc53be0e1fc1'
+sha256sums=('93c5549742f3c2e0fe62732b3e5e4c48da39de1fe543da54d3a6480660946633'
'6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99')