Updated to version 7.3.0

This commit is contained in:
L. Bradley LaBoon 2019-06-04 23:44:04 -04:00
parent 4b4c9a3d06
commit fccc2a094a
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
pkgver = 7.2.6_c0bf0f679ce9
pkgver = 7.3.0_657388c7a488
pkgrel = 1
epoch = 2
url = https://www.splunk.com/
@ -9,8 +9,8 @@ pkgbase = splunk
license = custom
source = splunk.service
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.2.6/linux/splunk-7.2.6-c0bf0f679ce9-Linux-x86_64.tgz
sha256sums_x86_64 = 3bf82ed7049f2db8244b1371e9c9330f14eede22abbfb45baa0a1fb08b855b94
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.3.0/linux/splunk-7.3.0-657388c7a488-Linux-x86_64.tgz
sha256sums_x86_64 = 197aa9ac849ff2ced521e4984210d2a0feea5b0f0b39484a0ed56afeff765a67
pkgname = splunk

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
basever=7.2.6
pkgver=${basever}_c0bf0f679ce9
basever=7.3.0
pkgver=${basever}_657388c7a488
pkgrel=1
epoch=2
pkgdesc="Statistical analysis and search tool for logs and machine data"
@ -12,7 +12,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=('3bf82ed7049f2db8244b1371e9c9330f14eede22abbfb45baa0a1fb08b855b94')
sha256sums_x86_64=('197aa9ac849ff2ced521e4984210d2a0feea5b0f0b39484a0ed56afeff765a67')
package() {
cd "$srcdir"