From 72fcaba088e6da33bb0e951402ac8b4ad4329980 Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Tue, 2 May 2017 10:16:32 -0400 Subject: [PATCH] Updated to version 6.6.0 --- .SRCINFO | 12 ++++++------ PKGBUILD | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 46e1ff8ef5ed0..d8d35a917b85d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Mar 31 14:58:22 UTC 2017 +# Tue May 2 14:16:14 UTC 2017 pkgbase = splunkforwarder pkgdesc = Splunk Universal Forwarder - pkgver = 6.5.3_36937ad027d4 + pkgver = 6.6.0_1c4f3bbe1aea pkgrel = 1 url = https://www.splunk.com/ install = splunkforwarder.install @@ -12,10 +12,10 @@ pkgbase = splunkforwarder conflicts = splunk source = splunkforwarder.service sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152 - source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/6.5.3/linux/splunkforwarder-6.5.3-36937ad027d4-Linux-x86_64.tgz - sha256sums_x86_64 = 25c498ed1a45063498924e8a7eef4ccf5cd1a93c28b2c59fa8a7b0870a7d9005 - source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.5.3/linux/splunkforwarder-6.5.3-36937ad027d4-Linux-i686.tgz - sha256sums_i686 = b27775d862d493347e1538315ac9957015c6a6e4d101730be2cd5be4a9cb53db + source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/6.6.0/linux/splunkforwarder-6.6.0-1c4f3bbe1aea-Linux-x86_64.tgz + sha256sums_x86_64 = 28a34fac249aadb413725058036128d946a4c591ee6ed220b7473ed19ba6b98e + source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.6.0/linux/splunkforwarder-6.6.0-1c4f3bbe1aea-Linux-i686.tgz + sha256sums_i686 = 48ffd6b82504695265e8d7294c5219a376bd82ae842f5b6b49ae1eb317b1dc3c pkgname = splunkforwarder diff --git a/PKGBUILD b/PKGBUILD index 3cc91f276b051..c2cb1a65bfb0a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunkforwarder -basever=6.5.3 -pkgver=${basever}_36937ad027d4 +basever=6.6.0 +pkgver=${basever}_1c4f3bbe1aea pkgrel=1 pkgdesc="Splunk Universal Forwarder" url="https://www.splunk.com/" @@ -13,8 +13,8 @@ source=("$pkgname.service") source_i686=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz") source_x86_64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz") sha256sums=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152') -sha256sums_x86_64=('25c498ed1a45063498924e8a7eef4ccf5cd1a93c28b2c59fa8a7b0870a7d9005') -sha256sums_i686=('b27775d862d493347e1538315ac9957015c6a6e4d101730be2cd5be4a9cb53db') +sha256sums_x86_64=('28a34fac249aadb413725058036128d946a4c591ee6ed220b7473ed19ba6b98e') +sha256sums_i686=('48ffd6b82504695265e8d7294c5219a376bd82ae842f5b6b49ae1eb317b1dc3c') package() { cd "$srcdir"