summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Bradley LaBoon2016-11-22 11:06:08 -0500
committerL. Bradley LaBoon2016-11-22 11:06:08 -0500
commit2b2f628776e65f109d2285d585de3e2b7149dd3e (patch)
treeb9e6b5812f6724d6abed3aea6cedb33afbe3ae59
parent0f8202dffed29d77a0dbd9cafc1b4ef8d4985a53 (diff)
downloadaur-2b2f628776e65f109d2285d585de3e2b7149dd3e.tar.gz
Updated to version 6.5.1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD16
2 files changed, 16 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc4028c147b5..b86afc175bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Sep 28 21:47:49 UTC 2016
+# Tue Nov 22 16:04:55 UTC 2016
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
- pkgver = 6.5.0_59c8927def0f
- pkgrel = 3
- url = http://www.splunk.com/
+ pkgver = 6.5.1_f74036626f0c
+ pkgrel = 1
+ url = https://www.splunk.com/
install = splunkforwarder.install
arch = x86_64
arch = i686
@@ -12,10 +12,10 @@ pkgbase = splunkforwarder
conflicts = splunk
source = splunkforwarder.service
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
- source_x86_64 = http://download.splunk.com/products/universalforwarder/releases/6.5.0/linux/splunkforwarder-6.5.0-59c8927def0f-Linux-x86_64.tgz
- sha256sums_x86_64 = d085c770e5c154494d1e7571a95d9f23d036fd513ce054ba3120b2f5a255f6bf
- source_i686 = http://download.splunk.com/products/universalforwarder/releases/6.5.0/linux/splunkforwarder-6.5.0-59c8927def0f-Linux-i686.tgz
- sha256sums_i686 = 2d0bb320c57350f45f358ed8064f5deed33ad86d7a78010c0a2658783d2efec4
+ source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/6.5.1/linux/splunkforwarder-6.5.1-f74036626f0c-Linux-x86_64.tgz
+ sha256sums_x86_64 = 9e5bcf980b6053eb5e1d11d35c059cef1cec7fdf3c00941fdea2776d3edaf1fc
+ source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.5.1/linux/splunkforwarder-6.5.1-f74036626f0c-Linux-i686.tgz
+ sha256sums_i686 = b9c446c10f783f3eb5571fa2cb085579ba19771e4602c8f73cc626ed5d1a1079
pkgname = splunkforwarder
diff --git a/PKGBUILD b/PKGBUILD
index ef15d2dff171..a4667bb8d3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunkforwarder
-basever=6.5.0
-pkgver=${basever}_59c8927def0f
-pkgrel=3
+basever=6.5.1
+pkgver=${basever}_f74036626f0c
+pkgrel=1
pkgdesc="Splunk Universal Forwarder"
-url="http://www.splunk.com/"
+url="https://www.splunk.com/"
arch=('x86_64' 'i686')
license=('custom')
conflicts=('splunk')
install="$pkgname.install"
source=("$pkgname.service")
-source_i686=("http://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz")
-source_x86_64=("http://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz")
+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_i686=('2d0bb320c57350f45f358ed8064f5deed33ad86d7a78010c0a2658783d2efec4')
-sha256sums_x86_64=('d085c770e5c154494d1e7571a95d9f23d036fd513ce054ba3120b2f5a255f6bf')
+sha256sums_x86_64=('9e5bcf980b6053eb5e1d11d35c059cef1cec7fdf3c00941fdea2776d3edaf1fc')
+sha256sums_i686=('b9c446c10f783f3eb5571fa2cb085579ba19771e4602c8f73cc626ed5d1a1079')
package() {
cd "$srcdir"