Splunk UF now supports armv6h and armv7h platforms. Thanks to Michael Clayfield for the heads-up

This commit is contained in:
L. Bradley LaBoon 2017-07-21 10:12:26 -04:00
parent 4f1e7cd3d6
commit bd4c327485
2 changed files with 12 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
# Fri Jun 30 14:37:38 UTC 2017
# Fri Jul 21 14:10:12 UTC 2017
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 6.6.2_4b804538c686
@ -8,6 +8,8 @@ pkgbase = splunkforwarder
install = splunkforwarder.install
arch = x86_64
arch = i686
arch = armv6h
arch = armv7h
license = custom
conflicts = splunk
source = splunkforwarder.service
@ -16,6 +18,10 @@ pkgbase = splunkforwarder
sha256sums_x86_64 = a239432a7991279757387f563418da743e6fe93c94706f4358a8044ff846fc0e
source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.6.2/linux/splunkforwarder-6.6.2-4b804538c686-Linux-i686.tgz
sha256sums_i686 = a75cba881f42cbfb5738811b648ffb25daf177ddb5d7a2fa6a1229d8c0a8c037
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/6.6.2/linux/splunkforwarder-6.6.2-4b804538c686-Linux-arm.tgz
sha256sums_armv6h = e3f6acf5185dbcd2e40e8dd0bfecfb92bd7e06f77f71250952972e5295f73d10
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/6.6.2/linux/splunkforwarder-6.6.2-4b804538c686-Linux-arm.tgz
sha256sums_armv7h = e3f6acf5185dbcd2e40e8dd0bfecfb92bd7e06f77f71250952972e5295f73d10
pkgname = splunkforwarder

View file

@ -5,16 +5,20 @@ pkgver=${basever}_4b804538c686
pkgrel=1
pkgdesc="Splunk Universal Forwarder"
url="https://www.splunk.com/"
arch=('x86_64' 'i686')
arch=('x86_64' 'i686' 'armv6h' 'armv7h')
license=('custom')
conflicts=('splunk')
install="$pkgname.install"
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")
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=('a239432a7991279757387f563418da743e6fe93c94706f4358a8044ff846fc0e')
sha256sums_i686=('a75cba881f42cbfb5738811b648ffb25daf177ddb5d7a2fa6a1229d8c0a8c037')
sha256sums_armv6h=('e3f6acf5185dbcd2e40e8dd0bfecfb92bd7e06f77f71250952972e5295f73d10')
sha256sums_armv7h=('e3f6acf5185dbcd2e40e8dd0bfecfb92bd7e06f77f71250952972e5295f73d10')
package() {
cd "$srcdir"