From 1607d6d6065b8104d6562ed82c8a3e6d29840d58 Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Mon, 17 May 2021 10:40:27 -0400 Subject: [PATCH] Updated to 8.2.0. Support for armv6 and armv7 removed upstream --- .SRCINFO | 16 +++++----------- PKGBUILD | 14 +++++--------- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 49713fb66581b..325e8d4bc7d34 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,26 +1,20 @@ pkgbase = splunkforwarder pkgdesc = Splunk Universal Forwarder - pkgver = 8.1.3.0 + pkgver = 8.2.0.0 pkgrel = 1 epoch = 3 url = https://www.splunk.com/ install = splunkforwarder.install arch = x86_64 - arch = armv6h - arch = armv7h arch = aarch64 license = custom conflicts = splunk source = splunkforwarder.service sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152 - source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.1.3/linux/splunkforwarder-8.1.3-63079c59e632-Linux-x86_64.tgz - sha256sums_x86_64 = 54810c589b988d5cb62fa5a47c07f6ef7e3f504555b9fb92fd7b9956801fffde - source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.1.3/linux/splunkforwarder-8.1.3-63079c59e632-Linux-arm.tgz - sha256sums_armv6h = ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b - source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.1.3/linux/splunkforwarder-8.1.3-63079c59e632-Linux-arm.tgz - sha256sums_armv7h = ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b - source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/8.1.3/linux/splunkforwarder-8.1.3-63079c59e632-Linux-armv8.tgz - sha256sums_aarch64 = 4566c0e252d6cc1309647cfab26fde2199d36b795e8f447879112ea225917970 + source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.2.0/linux/splunkforwarder-8.2.0-e053ef3c985f-Linux-x86_64.tgz + sha256sums_x86_64 = edab705b8ef78d8a095bae982a969f4789102f4ecb7848c3b69224276128eac0 + source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/8.2.0/linux/splunkforwarder-8.2.0-e053ef3c985f-Linux-armv8.tgz + sha256sums_aarch64 = 8a817be3a535e1ac60240ba5f17d21fca95d2b0b5dda519ad5abf717f3bd98dc pkgname = splunkforwarder diff --git a/PKGBUILD b/PKGBUILD index 8f84caeafe381..293484deeebd5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunkforwarder -basever=8.1.3 -splunkver=${basever}-63079c59e632 +basever=8.2.0 +splunkver=${basever}-e053ef3c985f # Splunk is inconsistent with the length of their version numbers if [ ${#basever} -gt 5 ]; then pkgver=${basever} @@ -12,20 +12,16 @@ pkgrel=1 epoch=3 pkgdesc="Splunk Universal Forwarder" url="https://www.splunk.com/" -arch=('x86_64' 'armv6h' 'armv7h' 'aarch64') +arch=('x86_64' 'aarch64') license=('custom') conflicts=('splunk') install="$pkgname.install" source=("$pkgname.service") source_x86_64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-x86_64.tgz") -source_armv6h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-arm.tgz") -source_armv7h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-arm.tgz") source_aarch64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-armv8.tgz") sha256sums=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152') -sha256sums_x86_64=('54810c589b988d5cb62fa5a47c07f6ef7e3f504555b9fb92fd7b9956801fffde') -sha256sums_armv6h=('ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b') -sha256sums_armv7h=('ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b') -sha256sums_aarch64=('4566c0e252d6cc1309647cfab26fde2199d36b795e8f447879112ea225917970') +sha256sums_x86_64=('edab705b8ef78d8a095bae982a969f4789102f4ecb7848c3b69224276128eac0') +sha256sums_aarch64=('8a817be3a535e1ac60240ba5f17d21fca95d2b0b5dda519ad5abf717f3bd98dc') package() { cd "$srcdir"