summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Bradley LaBoon2020-10-24 18:26:03 -0400
committerL. Bradley LaBoon2020-10-24 18:26:03 -0400
commit04c8f865b1dc82bea2ffbf70d80a2d5975e1b258 (patch)
treef3d45794799de9d16f50ab9339572c9af60a6897
parentd74a819187a8f03e51816e33bdf61b15fda8e5a0 (diff)
downloadaur-04c8f865b1dc82bea2ffbf70d80a2d5975e1b258.tar.gz
Updated to 8.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0013305f5f6e..c53c9195a505 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
- pkgver = 8.0.6.0
+ pkgver = 8.1.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/8.0.6/linux/splunk-8.0.6-152fb4b2bb96-Linux-x86_64.tgz
- sha256sums_x86_64 = 2d6f9e094e13cad5e3d06d6487d6a8c829557e5f8310940b424ed5bcb5bd8cbc
+ source_x86_64 = https://download.splunk.com/products/splunk/releases/8.1.0/linux/splunk-8.1.0-f57c09e87251-Linux-x86_64.tgz
+ sha256sums_x86_64 = 5e661684695049180d59c99f0776bb08e3a762ff4557f90d314e5c3f3ec3f994
pkgname = splunk
diff --git a/PKGBUILD b/PKGBUILD
index 36b08c056daa..e2782649fc1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
-basever=8.0.6
-splunkver=${basever}-152fb4b2bb96
+basever=8.1.0
+splunkver=${basever}-f57c09e87251
# 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=('2d6f9e094e13cad5e3d06d6487d6a8c829557e5f8310940b424ed5bcb5bd8cbc')
+sha256sums_x86_64=('5e661684695049180d59c99f0776bb08e3a762ff4557f90d314e5c3f3ec3f994')
package() {
cd "$srcdir"