diff --git a/.SRCINFO b/.SRCINFO index c9979e0db739f..c86905f367e7e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,18 +1,15 @@ pkgbase = splunk pkgdesc = Statistical analysis and search tool for logs and machine data - pkgver = 7.1.2_a0c72a66db66 + pkgver = 7.1.3_51d9cac7b837 pkgrel = 1 url = https://www.splunk.com/ install = splunk.install arch = x86_64 - arch = i686 license = custom source = splunk.service sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757 - source_x86_64 = https://download.splunk.com/products/splunk/releases/7.1.2/linux/splunk-7.1.2-a0c72a66db66-Linux-x86_64.tgz - sha256sums_x86_64 = 8f3ae2a0f8c178f7a4e0f3a8970861f691dedfd50179cef5adfaff236e82973a - source_i686 = https://download.splunk.com/products/splunk/releases/7.1.2/linux/splunk-7.1.2-a0c72a66db66-Linux-i686.tgz - sha256sums_i686 = 06a7486261a9d869b061f2472507ff03fc3e63282f5aeab149e29ff6bd2737d5 + 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 pkgname = splunk diff --git a/PKGBUILD b/PKGBUILD index 24be8149d8daf..fa2b57814ef0c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,19 +1,17 @@ # Maintainer: L. Bradley LaBoon pkgname=splunk -basever=7.1.2 -pkgver=${basever}_a0c72a66db66 +basever=7.1.3 +pkgver=${basever}_51d9cac7b837 pkgrel=1 pkgdesc="Statistical analysis and search tool for logs and machine data" url="https://www.splunk.com/" -arch=('x86_64' 'i686') +arch=('x86_64') license=('custom') install="$pkgname.install" source=("$pkgname.service") -source_i686=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz") source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz") sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757') -sha256sums_x86_64=('8f3ae2a0f8c178f7a4e0f3a8970861f691dedfd50179cef5adfaff236e82973a') -sha256sums_i686=('06a7486261a9d869b061f2472507ff03fc3e63282f5aeab149e29ff6bd2737d5') +sha256sums_x86_64=('d1842f8c84bf26770361e9ce9b5ce6fdb6c7d3bbf503c76475b7a8bc3e2a02cd') package() { cd "$srcdir"