Updated to 8.1.3

This commit is contained in:
L. Bradley LaBoon 2021-03-24 14:47:42 -04:00
parent d28ba49011
commit 4797d75207
2 changed files with 15 additions and 15 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 8.1.2.0
pkgver = 8.1.3.0
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.2/linux/splunkforwarder-8.1.2-545206cc9f70-Linux-x86_64.tgz
sha256sums_x86_64 = 4159e7dbc0cc60534ef6be0dce7ad26b45de969b278d2f7830e79399de7add5b
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.1.2/linux/splunkforwarder-8.1.2-545206cc9f70-Linux-arm.tgz
sha256sums_armv6h = ed65b05552f67ce036799a6179f5cea5d09d64ce9bb9e261ebf91e6b073ba64f
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.1.2/linux/splunkforwarder-8.1.2-545206cc9f70-Linux-arm.tgz
sha256sums_armv7h = ed65b05552f67ce036799a6179f5cea5d09d64ce9bb9e261ebf91e6b073ba64f
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/8.1.2/linux/splunkforwarder-8.1.2-545206cc9f70-Linux-armv8.tgz
sha256sums_aarch64 = bd5d7d65c399c47682837e363b550e58305d3cd0dd76ac9a83c2c6a8c297f89d
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
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunkforwarder
basever=8.1.2
splunkver=${basever}-545206cc9f70
basever=8.1.3
splunkver=${basever}-63079c59e632
# 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=('4159e7dbc0cc60534ef6be0dce7ad26b45de969b278d2f7830e79399de7add5b')
sha256sums_armv6h=('ed65b05552f67ce036799a6179f5cea5d09d64ce9bb9e261ebf91e6b073ba64f')
sha256sums_armv7h=('ed65b05552f67ce036799a6179f5cea5d09d64ce9bb9e261ebf91e6b073ba64f')
sha256sums_aarch64=('bd5d7d65c399c47682837e363b550e58305d3cd0dd76ac9a83c2c6a8c297f89d')
sha256sums_x86_64=('54810c589b988d5cb62fa5a47c07f6ef7e3f504555b9fb92fd7b9956801fffde')
sha256sums_armv6h=('ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b')
sha256sums_armv7h=('ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b')
sha256sums_aarch64=('4566c0e252d6cc1309647cfab26fde2199d36b795e8f447879112ea225917970')
package() {
cd "$srcdir"