diff --git a/.SRCINFO b/.SRCINFO index c86905f367e7e..a2e016a2b5a02 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = splunk pkgdesc = Statistical analysis and search tool for logs and machine data - pkgver = 7.1.3_51d9cac7b837 + pkgver = 7.2.0_8c86330ac18 pkgrel = 1 url = https://www.splunk.com/ install = splunk.install @@ -8,8 +8,8 @@ pkgbase = splunk license = custom source = splunk.service sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757 - source_x86_64 = https://download.splunk.com/products/splunk/releases/7.1.3/linux/splunk-7.1.3-51d9cac7b837-Linux-x86_64.tgz - sha256sums_x86_64 = d1842f8c84bf26770361e9ce9b5ce6fdb6c7d3bbf503c76475b7a8bc3e2a02cd + source_x86_64 = https://download.splunk.com/products/splunk/releases/7.2.0/linux/splunk-7.2.0-8c86330ac18-Linux-x86_64.tgz + sha256sums_x86_64 = 12d5c394acd676ba6152867fcb5ea97b22e2190edd03ccc694790d8756ffe9f1 pkgname = splunk diff --git a/PKGBUILD b/PKGBUILD index fa2b57814ef0c..e57defc1b989a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunk -basever=7.1.3 -pkgver=${basever}_51d9cac7b837 +basever=7.2.0 +pkgver=${basever}_8c86330ac18 pkgrel=1 pkgdesc="Statistical analysis and search tool for logs and machine data" url="https://www.splunk.com/" @@ -11,7 +11,7 @@ install="$pkgname.install" source=("$pkgname.service") source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz") sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757') -sha256sums_x86_64=('d1842f8c84bf26770361e9ce9b5ce6fdb6c7d3bbf503c76475b7a8bc3e2a02cd') +sha256sums_x86_64=('12d5c394acd676ba6152867fcb5ea97b22e2190edd03ccc694790d8756ffe9f1') package() { cd "$srcdir"