summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1f99145d9fd..3a8982036ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
- pkgver = 7.3.2.0
+ pkgver = 8.0.0.0
pkgrel = 1
epoch = 3
url = https://www.splunk.com/
@@ -9,8 +9,8 @@ pkgbase = splunk
license = custom
source = splunk.service
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
- source_x86_64 = https://download.splunk.com/products/splunk/releases/7.3.2/linux/splunk-7.3.2-c60db69f8e32-Linux-x86_64.tgz
- sha256sums_x86_64 = c4888a45dd15382db88e89eb9372fb80192225995528cbbf9642d1a7704afd33
+ source_x86_64 = https://download.splunk.com/products/splunk/releases/8.0.0/linux/splunk-8.0.0-1357bef0a7f6-Linux-x86_64.tgz
+ sha256sums_x86_64 = 5194d70d551c0f969c355924eaa9f4489d63289dda9dfbd91e076af8d7859f57
pkgname = splunk
diff --git a/PKGBUILD b/PKGBUILD
index 8988558c0f2f..9e38759683a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
-basever=7.3.2
-splunkver=${basever}-c60db69f8e32
+basever=8.0.0
+splunkver=${basever}-1357bef0a7f6
# Splunk is inconsistent with the length of their version numbers
if [ ${#basever} -gt 5 ]; then
pkgver=${basever}
@@ -18,7 +18,7 @@ install="$pkgname.install"
source=("$pkgname.service")
source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-$splunkver-Linux-x86_64.tgz")
sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757')
-sha256sums_x86_64=('c4888a45dd15382db88e89eb9372fb80192225995528cbbf9642d1a7704afd33')
+sha256sums_x86_64=('5194d70d551c0f969c355924eaa9f4489d63289dda9dfbd91e076af8d7859f57')
package() {
cd "$srcdir"