Updated to version 6.3.2

This commit is contained in:
L. Bradley LaBoon 2015-12-28 11:55:45 -05:00
parent b166ffbfd1
commit 66dc3418f9
2 changed files with 7 additions and 7 deletions

View file

@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
# Mon Dec 7 16:58:48 UTC 2015
# Mon Dec 28 16:55:11 UTC 2015
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
pkgver = 6.3.1_f3e41e4b37b2
pkgver = 6.3.2_aaff59bb082c
pkgrel = 1
url = http://www.splunk.com/
install = splunk.install
arch = x86_64
license = custom
source = http://download.splunk.com/products/splunk/releases/6.3.1/splunk/linux/splunk-6.3.1-f3e41e4b37b2-Linux-.tgz
source = http://download.splunk.com/products/splunk/releases/6.3.2/splunk/linux/splunk-6.3.2-aaff59bb082c-Linux-.tgz
source = splunk.service
sha256sums = a02376ff094c4095d955c15841899e3eb238e6a3316a613c037acc3da4f525ef
sha256sums = e82566e56c1872c32f4f2fec4751476455bd06251794eb88dcbbe5cb37b0c647
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
pkgname = splunk

View file

@ -1,6 +1,6 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
pkgver=6.3.1_f3e41e4b37b2
pkgver=6.3.2_aaff59bb082c
pkgrel=1
pkgdesc="Statistical analysis and search tool for logs and machine data"
url="http://www.splunk.com/"
@ -8,11 +8,11 @@ arch=('x86_64')
license=('custom')
install="$pkgname.install"
source=(
"http://download.splunk.com/products/splunk/releases/6.3.1/splunk/linux/$pkgname-${pkgver//_/-}-Linux-$CARCH.tgz"
"http://download.splunk.com/products/splunk/releases/6.3.2/splunk/linux/$pkgname-${pkgver//_/-}-Linux-$CARCH.tgz"
"$pkgname.service"
)
sha256sums=(
'a02376ff094c4095d955c15841899e3eb238e6a3316a613c037acc3da4f525ef'
'e82566e56c1872c32f4f2fec4751476455bd06251794eb88dcbbe5cb37b0c647'
'ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757'
)