summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpider.007 / Sjon2017-04-30 13:30:32 +0200
committerSpider.007 / Sjon2017-04-30 13:30:32 +0200
commit05e5146103231589aab2032bc5fc78f3b72a93b7 (patch)
tree0795dd74a00882e7746a2ed2dad5f0d6ecfbac6c
parent95b92e244833fa08b419700310d1f8a27a93da0b (diff)
downloadaur-05e5146103231589aab2032bc5fc78f3b72a93b7.tar.gz
upgrade to 5.3.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a69d392b2ab7..0129e502dad1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Apr 24 16:14:39 UTC 2017
+# Sun Apr 30 11:30:32 UTC 2017
pkgbase = kibana
pkgdesc = browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'
- pkgver = 5.3.1
+ pkgver = 5.3.2
pkgrel = 1
url = https://www.elastic.co/products/kibana
arch = any
@@ -11,9 +11,9 @@ pkgbase = kibana
optdepends = elasticsearch>=2.4
options = !strip
backup = etc/elasticsearch/kibana/kibana.yml
- source = https://artifacts.elastic.co/downloads/kibana/kibana-5.3.1-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/kibana/kibana-5.3.2-linux-x86_64.tar.gz
source = kibana.service
- sha256sums = 073f59b244b9102da58508cecfe7ea452ddb541c140fd9c857c47ce4e9b1fd2b
+ sha256sums = 3c0a548dd38bc1a6ba700b161ce059e0144d27f4000856bd5d577a3bd3200518
sha256sums = SKIP
pkgname = kibana
diff --git a/PKGBUILD b/PKGBUILD
index 0026aff67a6f..c7c9703d514b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Spider.007 <archlinux AT spider007 DOT net>
pkgname=kibana
-pkgver=5.3.1
+pkgver=5.3.2
pkgrel=1
pkgdesc="browser based analytics and search dashboard for Elasticsearch. Please note; this package replaces the distributed precompiled binary 'node'"
arch=('any')
@@ -13,7 +13,7 @@ options=('!strip')
source=(
"https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver-linux-x86_64.tar.gz"
kibana.service)
-sha256sums=('073f59b244b9102da58508cecfe7ea452ddb541c140fd9c857c47ce4e9b1fd2b'
+sha256sums=('3c0a548dd38bc1a6ba700b161ce059e0144d27f4000856bd5d577a3bd3200518'
'SKIP')
package() {