From b0e726eb9239d5b912ab5a71dca3aa768028fa75 Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Mon, 24 Feb 2020 11:34:31 -0500 Subject: [PATCH] Updated to version 8.0.2 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 322296e17bcf6..5bb7673535b02 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.1.0 + pkgver = 8.0.2.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.1/linux/splunk-8.0.1-6db836e2fb9e-Linux-x86_64.tgz - sha256sums_x86_64 = d4c7911dc0609ee9042097efd8c4ae368689f8a4f0d24e3697d6f4b582af987c + source_x86_64 = https://download.splunk.com/products/splunk/releases/8.0.2/linux/splunk-8.0.2-a7f645ddaf91-Linux-x86_64.tgz + sha256sums_x86_64 = e6f8326725ee9c176ca287293be6dab6d6882e676a442965a4f44f0bfc529899 pkgname = splunk diff --git a/PKGBUILD b/PKGBUILD index ade876c508fbc..7b8d454a5437b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunk -basever=8.0.1 -splunkver=${basever}-6db836e2fb9e +basever=8.0.2 +splunkver=${basever}-a7f645ddaf91 # 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=('d4c7911dc0609ee9042097efd8c4ae368689f8a4f0d24e3697d6f4b582af987c') +sha256sums_x86_64=('e6f8326725ee9c176ca287293be6dab6d6882e676a442965a4f44f0bfc529899') package() { cd "$srcdir"