Updated to 9.1.0.2

This commit is contained in:
L. Bradley LaBoon 2023-08-03 18:32:31 -04:00
parent 4e6daa4adb
commit 751b5ae18d
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
pkgver = 9.1.0.1
pkgver = 9.1.0.2
pkgrel = 1
epoch = 3
url = https://www.splunk.com/
@ -14,7 +14,7 @@ pkgbase = splunk
sha256sums = f4e831e3b281f1e677a3597fc85162cd347803ea3b41605f990347000e5caff9
sha256sums = 236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853
sha256sums = 56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475
source_x86_64 = https://download.splunk.com/products/splunk/releases/9.1.0.1/linux/splunk-9.1.0.1-77f73c9edb85-Linux-x86_64.tgz
sha256sums_x86_64 = 8d2f5747957ea05d53c7f690f6329fa66457c2961c7f09bb9f4234af3a95fdcf
source_x86_64 = https://download.splunk.com/products/splunk/releases/9.1.0.2/linux/splunk-9.1.0.2-b6436b649711-Linux-x86_64.tgz
sha256sums_x86_64 = 973472528409f66bc840d755ac3a9182951ad3ae532138a5b0aff1b5968cac1d
pkgname = splunk

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
basever=9.1.0.1
splunkver=${basever}-77f73c9edb85
basever=9.1.0.2
splunkver=${basever}-b6436b649711
# 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=('f4e831e3b281f1e677a3597fc85162cd347803ea3b41605f990347000e5caff9'
'236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853'
'56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475')
sha256sums_x86_64=('8d2f5747957ea05d53c7f690f6329fa66457c2961c7f09bb9f4234af3a95fdcf')
sha256sums_x86_64=('973472528409f66bc840d755ac3a9182951ad3ae532138a5b0aff1b5968cac1d')
options=(!strip)
package() {