summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpider.007 / Sjon2017-04-24 18:14:39 +0200
committerSpider.007 / Sjon2017-04-24 18:14:39 +0200
commit95b92e244833fa08b419700310d1f8a27a93da0b (patch)
tree4bc37f2c24097e901fdb5c7ee96d92ed7487e43c
parent8913e7ec1412df130635fc7f6490a9a29649cccd (diff)
downloadaur-95b92e244833fa08b419700310d1f8a27a93da0b.tar.gz
upgrade to 5.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a6e772bba11..a69d392b2ab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 1 08:59:39 UTC 2017
+# Mon Apr 24 16:14:39 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.0
+ pkgver = 5.3.1
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.0-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/kibana/kibana-5.3.1-linux-x86_64.tar.gz
source = kibana.service
- sha256sums = f31369c32d655370f0e51290018004cfbc54e2d648f0f79dba88e36b4d6cce6f
+ sha256sums = 073f59b244b9102da58508cecfe7ea452ddb541c140fd9c857c47ce4e9b1fd2b
sha256sums = SKIP
pkgname = kibana
diff --git a/PKGBUILD b/PKGBUILD
index 186cccb4183c..0026aff67a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Spider.007 <archlinux AT spider007 DOT net>
pkgname=kibana
-pkgver=5.3.0
+pkgver=5.3.1
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=('f31369c32d655370f0e51290018004cfbc54e2d648f0f79dba88e36b4d6cce6f'
+sha256sums=('073f59b244b9102da58508cecfe7ea452ddb541c140fd9c857c47ce4e9b1fd2b'
'SKIP')
package() {