summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien2018-08-07 11:11:15 +0200
committerDamien2018-08-07 11:11:15 +0200
commitea193a3e323e40239b8e3ddb3750100fd2e798cc (patch)
tree2fe8225e46b8a2fdef92da47733388f1ed0b7772
parentf3437efa0aa95185fb3f8ea47ab1d405b6282eaa (diff)
downloadaur-ea193a3e323e40239b8e3ddb3750100fd2e798cc.tar.gz
upgraded to confluent platform 5.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90e384201a61..3539f4f4c7ff 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 = 4.1.1
- pkgrel = 3
+ pkgver = 5.0.0
+ pkgrel = 4
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 = http://packages.confluent.io/archive/4.1/confluent-4.1.1-2.11.tar.gz
+ source = https://packages.confluent.io/archive/5.0/confluent-5.0.0-2.11.tar.gz
source = systemd_sysusers.d_confluent.conf
- sha256sums = e10486e514a92d0e8c70efe23b1671e5b92b7e770542d095c506210699a95e42
+ sha256sums = 2470b0f3b39538effd3cf03e8a989ff98fe32bb9824a3e1b7705528a5488ce81
sha256sums = 4562e59618b353ba1d515cc28304ce99acfe46a5e84d0e139731c81486a425c9
pkgname = confluent-platform
diff --git a/PKGBUILD b/PKGBUILD
index 4b85a9437440..d92d0cee47cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=4.1.1
-pkgrel=3
+pkgver=5.0.0
+pkgrel=4
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=(http://packages.confluent.io/archive/4.1/confluent-4.1.1-2.11.tar.gz
+source=(https://packages.confluent.io/archive/5.0/confluent-5.0.0-2.11.tar.gz
systemd_sysusers.d_confluent.conf)
-sha256sums=('e10486e514a92d0e8c70efe23b1671e5b92b7e770542d095c506210699a95e42'
+sha256sums=('2470b0f3b39538effd3cf03e8a989ff98fe32bb9824a3e1b7705528a5488ce81'
'4562e59618b353ba1d515cc28304ce99acfe46a5e84d0e139731c81486a425c9')