Updated to 9.2.0.1

This commit is contained in:
L. Bradley LaBoon 2024-03-25 12:05:52 -04:00
parent 095a97df7c
commit 32eb7c2650
No known key found for this signature in database
GPG key ID: 3D21FA839D9A229F
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
pkgver = 9.2.0.0
pkgver = 9.2.0.1
pkgrel = 1
epoch = 3
url = https://www.splunk.com/
@ -14,7 +14,7 @@ pkgbase = splunk
sha256sums = b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e
sha256sums = 236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853
sha256sums = 56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475
source_x86_64 = https://download.splunk.com/products/splunk/releases/9.2.0/linux/splunk-9.2.0-1fff88043d5f-Linux-x86_64.tgz
sha256sums_x86_64 = b5ba92a2123a21e02f52f632271aa955e59a257e92d3503466de5f24d3e0ce7b
source_x86_64 = https://download.splunk.com/products/splunk/releases/9.2.0.1/linux/splunk-9.2.0.1-d8ae995bf219-Linux-x86_64.tgz
sha256sums_x86_64 = e17d5f97236b3a12824a6be33184f4e636652ec907a2fb63f871ce7761fefaf8
pkgname = splunk

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
pkgname=splunk
basever=9.2.0
splunkver=${basever}-1fff88043d5f
basever=9.2.0.1
splunkver=${basever}-d8ae995bf219
# 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=('b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e'
'236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853'
'56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475')
sha256sums_x86_64=('b5ba92a2123a21e02f52f632271aa955e59a257e92d3503466de5f24d3e0ce7b')
sha256sums_x86_64=('e17d5f97236b3a12824a6be33184f4e636652ec907a2fb63f871ce7761fefaf8')
options=(!strip)
package() {