Updated to 9.0.1

This commit is contained in:
L. Bradley LaBoon 2022-08-25 10:00:22 -04:00
parent 095fbe16b7
commit c6d20de823
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.0.0.1
pkgver = 9.0.1.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/9.0.0.1/linux/splunk-9.0.0.1-9e907cedecb1-Linux-x86_64.tgz
sha256sums_x86_64 = 9d541724095a6deca943313f27a4b6043dda0e7138ec9fdfb4f7ee75b67fcfc5
source_x86_64 = https://download.splunk.com/products/splunk/releases/9.0.1/linux/splunk-9.0.1-82c987350fde-Linux-x86_64.tgz
sha256sums_x86_64 = f8d0c0484e83b317e6d5850168dfca8d082d9b3ceae0a45a2bb9e16f1fcf3d96
pkgname = splunk

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
basever=9.0.0.1
splunkver=${basever}-9e907cedecb1
basever=9.0.1
splunkver=${basever}-82c987350fde
# 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=('9d541724095a6deca943313f27a4b6043dda0e7138ec9fdfb4f7ee75b67fcfc5')
sha256sums_x86_64=('f8d0c0484e83b317e6d5850168dfca8d082d9b3ceae0a45a2bb9e16f1fcf3d96')
options=(!strip)
package() {