summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien2018-12-17 18:04:07 +0100
committerDamien2018-12-17 18:04:07 +0100
commit8d3e631917dbbfcb57569e47fe498326da1bfd37 (patch)
treefcaaf5609333ca7cfd3942089da92c01e8a63337
parentb2474ea620bc889ca10b9cc1b3bc6e7c07756910 (diff)
downloadaur-8d3e631917dbbfcb57569e47fe498326da1bfd37.tar.gz
updated to Confluent Platform 5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c310c4e7d1b3..4ab20b00bae3 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.0.1
- pkgrel = 5
+ pkgver = 5.1.0
+ pkgrel = 6
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.0/confluent-5.0.1-2.11.tar.gz
+ source = https://packages.confluent.io/archive/5.1/confluent-5.1.0-2.11.tar.gz
source = systemd_sysusers.d_confluent.conf
- sha256sums = 034131c45452e3e0051f840b36a79817e9da75e001dcca8d30065237fcc8ae5f
+ sha256sums = 2b65f4ca70ffa155991530d6ea1f27b9a043b38ecf81ced85a22b527d60b0ea3
sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99
pkgname = confluent-platform
diff --git a/PKGBUILD b/PKGBUILD
index 4b0f5243250e..9428cba0f7ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=5.0.1
-pkgrel=5
+pkgver=5.1.0
+pkgrel=6
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.0/confluent-5.0.1-2.11.tar.gz
+source=(https://packages.confluent.io/archive/5.1/confluent-5.1.0-2.11.tar.gz
systemd_sysusers.d_confluent.conf)
-sha256sums=('034131c45452e3e0051f840b36a79817e9da75e001dcca8d30065237fcc8ae5f'
+sha256sums=('2b65f4ca70ffa155991530d6ea1f27b9a043b38ecf81ced85a22b527d60b0ea3'
'6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99')