Updated to 7.1.3. Support for 32-bit dropped

This commit is contained in:
L. Bradley LaBoon 2018-09-09 12:53:29 -04:00
parent 6935876a9f
commit a0d5c70941
2 changed files with 7 additions and 12 deletions

View file

@ -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

View file

@ -1,19 +1,17 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
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"