Updated to version 7.1.1

This commit is contained in:
L. Bradley LaBoon 2018-05-24 20:43:38 -04:00
parent be5835dcea
commit 8f15fb0b48
2 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 7.1.0_2e75b3406c5b
pkgver = 7.1.1_8f0ead9ec3db
pkgrel = 1
url = https://www.splunk.com/
install = splunkforwarder.install
@ -12,14 +12,14 @@ pkgbase = splunkforwarder
conflicts = splunk
source = splunkforwarder.service
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.1.0/linux/splunkforwarder-7.1.0-2e75b3406c5b-Linux-x86_64.tgz
sha256sums_x86_64 = 38cd65d100a47d82c7a68e1c2aca0a0029b80c602b6e43d2be35d22139bf1466
source_i686 = https://download.splunk.com/products/universalforwarder/releases/7.1.0/linux/splunkforwarder-7.1.0-2e75b3406c5b-Linux-i686.tgz
sha256sums_i686 = 60524eb0e782d0b72d1c0fa82ad0118577c0c7ba96647b0fef2be7aa4c047f89
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.1.0/linux/splunkforwarder-7.1.0-2e75b3406c5b-Linux-arm.tgz
sha256sums_armv6h = 5ee0e68e5061a3c3993d281cc56c41c54594d008f13ab62654d07e09825b1812
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.1.0/linux/splunkforwarder-7.1.0-2e75b3406c5b-Linux-arm.tgz
sha256sums_armv7h = 5ee0e68e5061a3c3993d281cc56c41c54594d008f13ab62654d07e09825b1812
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.1.1/linux/splunkforwarder-7.1.1-8f0ead9ec3db-Linux-x86_64.tgz
sha256sums_x86_64 = d086f76dceb9d9a72569c903033313d86827c5c3928afdbc4d4de072fe025c31
source_i686 = https://download.splunk.com/products/universalforwarder/releases/7.1.1/linux/splunkforwarder-7.1.1-8f0ead9ec3db-Linux-i686.tgz
sha256sums_i686 = 711fdc5158763989d92cd6517a2216f102add6e64bad953490a0dabeb744a807
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.1.1/linux/splunkforwarder-7.1.1-8f0ead9ec3db-Linux-arm.tgz
sha256sums_armv6h = ec858c85a02ed79360434e1f66ba637a79f4a2eb32cfce2770e02044a8d8528a
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.1.1/linux/splunkforwarder-7.1.1-8f0ead9ec3db-Linux-arm.tgz
sha256sums_armv7h = ec858c85a02ed79360434e1f66ba637a79f4a2eb32cfce2770e02044a8d8528a
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunkforwarder
basever=7.1.0
pkgver=${basever}_2e75b3406c5b
basever=7.1.1
pkgver=${basever}_8f0ead9ec3db
pkgrel=1
pkgdesc="Splunk Universal Forwarder"
url="https://www.splunk.com/"
@ -15,10 +15,10 @@ source_x86_64=("https://download.splunk.com/products/universalforwarder/releases
source_armv6h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-arm.tgz")
source_armv7h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-arm.tgz")
sha256sums=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152')
sha256sums_x86_64=('38cd65d100a47d82c7a68e1c2aca0a0029b80c602b6e43d2be35d22139bf1466')
sha256sums_i686=('60524eb0e782d0b72d1c0fa82ad0118577c0c7ba96647b0fef2be7aa4c047f89')
sha256sums_armv6h=('5ee0e68e5061a3c3993d281cc56c41c54594d008f13ab62654d07e09825b1812')
sha256sums_armv7h=('5ee0e68e5061a3c3993d281cc56c41c54594d008f13ab62654d07e09825b1812')
sha256sums_x86_64=('d086f76dceb9d9a72569c903033313d86827c5c3928afdbc4d4de072fe025c31')
sha256sums_i686=('711fdc5158763989d92cd6517a2216f102add6e64bad953490a0dabeb744a807')
sha256sums_armv6h=('ec858c85a02ed79360434e1f66ba637a79f4a2eb32cfce2770e02044a8d8528a')
sha256sums_armv7h=('ec858c85a02ed79360434e1f66ba637a79f4a2eb32cfce2770e02044a8d8528a')
package() {
cd "$srcdir"