Updated to 8.1.0.1

This commit is contained in:
L. Bradley LaBoon 2020-11-24 17:24:15 -05:00
parent 16be3bcc4c
commit 53eb0ddffc
2 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 8.1.0.0
pkgver = 8.1.0.1
pkgrel = 1
epoch = 3
url = https://www.splunk.com/
@ -13,14 +13,14 @@ pkgbase = splunkforwarder
conflicts = splunk
source = splunkforwarder.service
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.1.0/linux/splunkforwarder-8.1.0-f57c09e87251-Linux-x86_64.tgz
sha256sums_x86_64 = ff5e8efaf2be12d117e4c2625b51c035c3a0880a2c8f612a2c76f41cb6d9be09
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.1.0/linux/splunkforwarder-8.1.0-f57c09e87251-Linux-arm.tgz
sha256sums_armv6h = 134ffae84dc3602b5bb765b9f479018a59fb9b10e23c51c155f50b0291e6bb7c
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.1.0/linux/splunkforwarder-8.1.0-f57c09e87251-Linux-arm.tgz
sha256sums_armv7h = 134ffae84dc3602b5bb765b9f479018a59fb9b10e23c51c155f50b0291e6bb7c
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/8.1.0/linux/splunkforwarder-8.1.0-f57c09e87251-Linux-armv8.tgz
sha256sums_aarch64 = f9d2bf4e9e5c2a4e627b620a5b4f84352ac7fefaf09e302a53d1961ada08ee22
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.1.0.1/linux/splunkforwarder-8.1.0.1-24fd52428b5a-Linux-x86_64.tgz
sha256sums_x86_64 = 38c5b0816391055a587c85ae5af2c029fa9f0014e583de099f7ba3c93e1711e9
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.1.0.1/linux/splunkforwarder-8.1.0.1-24fd52428b5a-Linux-arm.tgz
sha256sums_armv6h = dfb1c9df1f1c58bf0df6811bbde82779d4e79fea16a0fc240f0ecdd8ae244a28
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.1.0.1/linux/splunkforwarder-8.1.0.1-24fd52428b5a-Linux-arm.tgz
sha256sums_armv7h = dfb1c9df1f1c58bf0df6811bbde82779d4e79fea16a0fc240f0ecdd8ae244a28
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/8.1.0.1/linux/splunkforwarder-8.1.0.1-24fd52428b5a-Linux-armv8.tgz
sha256sums_aarch64 = b8b15f61227a8e169c510a16c7aa86b62d2592980f9e04a48caacad65130923d
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunkforwarder
basever=8.1.0
splunkver=${basever}-f57c09e87251
basever=8.1.0.1
splunkver=${basever}-24fd52428b5a
# Splunk is inconsistent with the length of their version numbers
if [ ${#basever} -gt 5 ]; then
pkgver=${basever}
@ -22,10 +22,10 @@ source_armv6h=("https://download.splunk.com/products/universalforwarder/releases
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=('ff5e8efaf2be12d117e4c2625b51c035c3a0880a2c8f612a2c76f41cb6d9be09')
sha256sums_armv6h=('134ffae84dc3602b5bb765b9f479018a59fb9b10e23c51c155f50b0291e6bb7c')
sha256sums_armv7h=('134ffae84dc3602b5bb765b9f479018a59fb9b10e23c51c155f50b0291e6bb7c')
sha256sums_aarch64=('f9d2bf4e9e5c2a4e627b620a5b4f84352ac7fefaf09e302a53d1961ada08ee22')
sha256sums_x86_64=('38c5b0816391055a587c85ae5af2c029fa9f0014e583de099f7ba3c93e1711e9')
sha256sums_armv6h=('dfb1c9df1f1c58bf0df6811bbde82779d4e79fea16a0fc240f0ecdd8ae244a28')
sha256sums_armv7h=('dfb1c9df1f1c58bf0df6811bbde82779d4e79fea16a0fc240f0ecdd8ae244a28')
sha256sums_aarch64=('b8b15f61227a8e169c510a16c7aa86b62d2592980f9e04a48caacad65130923d')
package() {
cd "$srcdir"