summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien2019-09-13 08:43:31 +0200
committerDamien2019-09-13 08:43:31 +0200
commit4fd39f8152a2f24dc2bd616e99c71a6014973a41 (patch)
tree3bc5cca65b840816a49e60235083951f467c34a8
parenta75b1e44226ba0b595263aa74f70031b841ff0dc (diff)
downloadaur-4fd39f8152a2f24dc2bd616e99c71a6014973a41.tar.gz
upgrading to Confluent 5.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64ec01a0a425..9175481bdc84 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.3.0
- pkgrel = 4
+ pkgver = 5.3.1
+ pkgrel = 0
url = https://www.confluent.io/
install = install_confluent.sh
arch = any
@@ -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/5.3/confluent-5.3.0-2.12.tar.gz
+ source = https://packages.confluent.io/archive/5.3/confluent-5.3.1-2.12.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 = b7e21e09fcbdd5f6695352b0e308ef276acd8d54041440e4f66545370ca69191
+ sha256sums = ed18fa2ec2ef00d34b52c9382dc92c9314cf06d2501ab022a62b5ea7ab1010dd
sha256sums = 6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 72b52ba0f749..7c4a9fbb5749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Damien GASPARINA <dgasparina at gmail dot com>
pkgname=confluent-platform
-pkgver=5.3.0
-pkgrel=4
+pkgver=5.3.1
+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')
url='https://www.confluent.io/'
@@ -41,14 +41,14 @@ backup=(etc/confluent-control-center/log4j.properties
)
install=install_confluent.sh
-source=(https://packages.confluent.io/archive/5.3/confluent-5.3.0-2.12.tar.gz
+source=(https://packages.confluent.io/archive/5.3/confluent-5.3.1-2.12.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
- )
+ https://s3-us-west-2.amazonaws.com/confluent.cloud/confluent-cli/archives/latest/confluent_latest_linux_amd64.tar.gz
+ )
-sha256sums=('b7e21e09fcbdd5f6695352b0e308ef276acd8d54041440e4f66545370ca69191'
+sha256sums=('ed18fa2ec2ef00d34b52c9382dc92c9314cf06d2501ab022a62b5ea7ab1010dd'
'6f5dfdbaf6ef405117482413b376e55148f75423bc6b8681cd8f91cdb7d96a99'
- 'SKIP')
+ 'SKIP')
package() {