From 0a43d23fe701f033fcf7798193d6787f628f6734 Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Thu, 26 May 2022 18:07:22 -0400 Subject: [PATCH] Updated to 8.2.6 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 06f0f75f3b6db..1a7af27d5d41f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = splunk pkgdesc = Statistical analysis and search tool for logs and machine data - pkgver = 8.2.5.0 + pkgver = 8.2.6.0 pkgrel = 1 epoch = 3 url = https://www.splunk.com/ @@ -14,7 +14,7 @@ pkgbase = splunk sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757 sha256sums = 236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853 sha256sums = 56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475 - source_x86_64 = https://download.splunk.com/products/splunk/releases/8.2.5/linux/splunk-8.2.5-77015bc7a462-Linux-x86_64.tgz - sha256sums_x86_64 = 05bc45d8b63b6406f302ccc174e38dd4046b34700d6bcbd7e9ce026a48027e3a + source_x86_64 = https://download.splunk.com/products/splunk/releases/8.2.6/linux/splunk-8.2.6-a6fe1ee8894b-Linux-x86_64.tgz + sha256sums_x86_64 = fcb8620cfe728ab3d18f8c5ca029c69be60f715d99c2c142c34f1fd0cece74ba pkgname = splunk diff --git a/PKGBUILD b/PKGBUILD index 627d66483d740..3b69bc5510eba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunk -basever=8.2.5 -splunkver=${basever}-77015bc7a462 +basever=8.2.6 +splunkver=${basever}-a6fe1ee8894b # Splunk is inconsistent with the length of their version numbers if [ ${#basever} -gt 5 ]; then pkgver=${basever} @@ -20,7 +20,7 @@ source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/li sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757' '236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853' '56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475') -sha256sums_x86_64=('05bc45d8b63b6406f302ccc174e38dd4046b34700d6bcbd7e9ce026a48027e3a') +sha256sums_x86_64=('fcb8620cfe728ab3d18f8c5ca029c69be60f715d99c2c142c34f1fd0cece74ba') options=(!strip) package() {