Updated to 8.1.3

This commit is contained in:
L. Bradley LaBoon 2021-03-24 14:46:05 -04:00
parent a45e14a126
commit c5cbe7bec7
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 = 8.1.2.0
pkgver = 8.1.3.0
pkgrel = 1
epoch = 3
url = https://www.splunk.com/
@ -10,8 +10,8 @@ pkgbase = splunk
options = !strip
source = splunk.service
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
source_x86_64 = https://download.splunk.com/products/splunk/releases/8.1.2/linux/splunk-8.1.2-545206cc9f70-Linux-x86_64.tgz
sha256sums_x86_64 = 6cd7492aeaf8e94059226d45192c034f8c5e5a32dd6246973b5bd25b77442e71
source_x86_64 = https://download.splunk.com/products/splunk/releases/8.1.3/linux/splunk-8.1.3-63079c59e632-Linux-x86_64.tgz
sha256sums_x86_64 = b191a7a1c2eeb23e8b0331c04c8d1f3ab2b854ca3a45c31b8bf52dd81084afdc
pkgname = splunk

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
basever=8.1.2
splunkver=${basever}-545206cc9f70
basever=8.1.3
splunkver=${basever}-63079c59e632
# 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=('6cd7492aeaf8e94059226d45192c034f8c5e5a32dd6246973b5bd25b77442e71')
sha256sums_x86_64=('b191a7a1c2eeb23e8b0331c04c8d1f3ab2b854ca3a45c31b8bf52dd81084afdc')
options=(!strip)
package() {