Updated to 9.4.2

This commit is contained in:
L. Bradley LaBoon 2025-05-02 14:21:21 -04:00
parent c316dd1738
commit c72ee9fe7c
No known key found for this signature in database
GPG key ID: 3D21FA839D9A229F
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 9.4.1.0
pkgver = 9.4.2.0
pkgrel = 1
epoch = 3
url = https://www.splunk.com/
@ -15,9 +15,9 @@ pkgbase = splunkforwarder
sha256sums = a2e28b83efc9a390c490ae26f991eee99d7e122c6278b581b457c8b81757a9bc
sha256sums = 27d1d172add8c64a275ec3356f0fa0b9d56036a7e64b7b882e066a67f6173b5b
sha256sums = bca1b7720a827973f1c959cb78d788324f47dd6fcfc03bf4452c457f2d044db5
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/9.4.1/linux/splunkforwarder-9.4.1-e3bdab203ac8-linux-amd64.tgz
sha256sums_x86_64 = c88e6c9dff001656dcb7fec9149b43f30ddc2ec6d07b83e2fdd988aa6eb895a0
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.4.1/linux/splunkforwarder-9.4.1-e3bdab203ac8-linux-arm64.tgz
sha256sums_aarch64 = af1fe7469ef61e770fb000c71124187846bac4c60ce52281aaf75db86cb63402
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/9.4.2/linux/splunkforwarder-9.4.2-e9664af3d956-linux-amd64.tgz
sha256sums_x86_64 = d60219d47927aa1b9c9b79c96ffb1d1d57753a65d0edb8f5308311130234a9b6
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.4.2/linux/splunkforwarder-9.4.2-e9664af3d956-linux-arm64.tgz
sha256sums_aarch64 = e3e71f1dbf2b4b7e8b6c33f7d8ab8dbac8fbba2b0ac9fe6684d169c240c32164
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
pkgname=splunkforwarder
basever=9.4.1
splunkver=${basever}-e3bdab203ac8
basever=9.4.2
splunkver=${basever}-e9664af3d956
# Splunk is inconsistent with the length of their version numbers
if [ ${#basever} -gt 5 ]; then
pkgver=${basever}
@ -22,8 +22,8 @@ source_aarch64=("https://download.splunk.com/products/universalforwarder/release
sha256sums=('a2e28b83efc9a390c490ae26f991eee99d7e122c6278b581b457c8b81757a9bc'
'27d1d172add8c64a275ec3356f0fa0b9d56036a7e64b7b882e066a67f6173b5b'
'bca1b7720a827973f1c959cb78d788324f47dd6fcfc03bf4452c457f2d044db5')
sha256sums_x86_64=('c88e6c9dff001656dcb7fec9149b43f30ddc2ec6d07b83e2fdd988aa6eb895a0')
sha256sums_aarch64=('af1fe7469ef61e770fb000c71124187846bac4c60ce52281aaf75db86cb63402')
sha256sums_x86_64=('d60219d47927aa1b9c9b79c96ffb1d1d57753a65d0edb8f5308311130234a9b6')
sha256sums_aarch64=('e3e71f1dbf2b4b7e8b6c33f7d8ab8dbac8fbba2b0ac9fe6684d169c240c32164')
package() {
cd "$srcdir"