summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Bradley LaBoon2018-05-03 14:32:11 -0400
committerL. Bradley LaBoon2018-05-03 14:32:11 -0400
commitf4efc3d183e99e97d5d184cb3ef086ee7c6f3a72 (patch)
treee26262b53d803ed1e1068a84800878ed6694c9ac
parent52f32e75f5a0d66f6e05ca7255799c3c7633ae21 (diff)
downloadaur-f4efc3d183e99e97d5d184cb3ef086ee7c6f3a72.tar.gz
Updated to version 7.1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66e3e1e8f6ba..9c7697f9cabf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
- pkgver = 7.0.3_fa31da744b51
+ pkgver = 7.1.0_2e75b3406c5b
pkgrel = 1
url = https://www.splunk.com/
install = splunk.install
@@ -9,10 +9,10 @@ pkgbase = splunk
license = custom
source = splunk.service
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
- source_x86_64 = https://download.splunk.com/products/splunk/releases/7.0.3/linux/splunk-7.0.3-fa31da744b51-Linux-x86_64.tgz
- sha256sums_x86_64 = 6186dd63ea8d5def429d331f4465fc30c84f076d079c93d5c9de6dc682f84efb
- source_i686 = https://download.splunk.com/products/splunk/releases/7.0.3/linux/splunk-7.0.3-fa31da744b51-Linux-i686.tgz
- sha256sums_i686 = 9c378a8186345e113cc3fa1251bc358d1513c6b26ffd94d78aa8c7bb58560487
+ source_x86_64 = https://download.splunk.com/products/splunk/releases/7.1.0/linux/splunk-7.1.0-2e75b3406c5b-Linux-x86_64.tgz
+ sha256sums_x86_64 = a7b5d9faaa3a7d923dce5afb0a33c8faf802298ca805d85b06ba5fc28d83b934
+ source_i686 = https://download.splunk.com/products/splunk/releases/7.1.0/linux/splunk-7.1.0-2e75b3406c5b-Linux-i686.tgz
+ sha256sums_i686 = 5dbbc2f75c0a85c5a3a0e2ab9ef2fe04f536d6a7c0b7c29e55c985c75e109c23
pkgname = splunk
diff --git a/PKGBUILD b/PKGBUILD
index 507884183fe1..583170122573 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
-basever=7.0.3
-pkgver=${basever}_fa31da744b51
+basever=7.1.0
+pkgver=${basever}_2e75b3406c5b
pkgrel=1
pkgdesc="Statistical analysis and search tool for logs and machine data"
url="https://www.splunk.com/"
@@ -12,8 +12,8 @@ source=("$pkgname.service")
source_i686=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz")
source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz")
sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757')
-sha256sums_x86_64=('6186dd63ea8d5def429d331f4465fc30c84f076d079c93d5c9de6dc682f84efb')
-sha256sums_i686=('9c378a8186345e113cc3fa1251bc358d1513c6b26ffd94d78aa8c7bb58560487')
+sha256sums_x86_64=('a7b5d9faaa3a7d923dce5afb0a33c8faf802298ca805d85b06ba5fc28d83b934')
+sha256sums_i686=('5dbbc2f75c0a85c5a3a0e2ab9ef2fe04f536d6a7c0b7c29e55c985c75e109c23')
package() {
cd "$srcdir"