Updated to version 7.3.2

This commit is contained in:
L. Bradley LaBoon 2019-10-09 16:12:27 -04:00
parent bb8c6f1a57
commit 6455f1de9e
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 = 7.3.1.1
pkgver = 7.3.2.0
pkgrel = 1
epoch = 3
url = https://www.splunk.com/
@ -9,8 +9,8 @@ pkgbase = splunk
license = custom
source = splunk.service
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.3.1.1/linux/splunk-7.3.1.1-7651b7244cf2-Linux-x86_64.tgz
sha256sums_x86_64 = c24f421161266fc6b79f3e5374534f97662a3b9659bec261f8633b5a35d7a20c
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.3.2/linux/splunk-7.3.2-c60db69f8e32-Linux-x86_64.tgz
sha256sums_x86_64 = c4888a45dd15382db88e89eb9372fb80192225995528cbbf9642d1a7704afd33
pkgname = splunk

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
basever=7.3.1.1
splunkver=${basever}-7651b7244cf2
basever=7.3.2
splunkver=${basever}-c60db69f8e32
# 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=('c24f421161266fc6b79f3e5374534f97662a3b9659bec261f8633b5a35d7a20c')
sha256sums_x86_64=('c4888a45dd15382db88e89eb9372fb80192225995528cbbf9642d1a7704afd33')
package() {
cd "$srcdir"