diff --git a/.SRCINFO b/.SRCINFO index 07d143dddc342..e89aa003826bf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 02fa6968f42a8..bae6ac845714f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: L. Bradley LaBoon 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' )