Updated to 9.2.0.1

This commit is contained in:
L. Bradley LaBoon 2024-03-25 12:06:12 -04:00
parent 4ba8d8412b
commit 7e7aef3023
No known key found for this signature in database
GPG key ID: 3D21FA839D9A229F
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 9.2.0.0
pkgver = 9.2.0.1
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.2.0/linux/splunkforwarder-9.2.0-1fff88043d5f-Linux-x86_64.tgz
sha256sums_x86_64 = a39f1b33677dba5fe3ebc99e3a4b70658234ccd720e98e1fe0007e7f5559092e
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.2.0/linux/splunkforwarder-9.2.0-1fff88043d5f-Linux-armv8.tgz
sha256sums_aarch64 = 6f4f2cbbd9419977b6f4b90b0165aa3e6ed3017b1d89599cb047b47e805e690f
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/9.2.0.1/linux/splunkforwarder-9.2.0.1-d8ae995bf219-Linux-x86_64.tgz
sha256sums_x86_64 = ae61d98847a7a9d694444b69c6046c1dce4074a249c0b4e865eb2c46d36909cd
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.2.0.1/linux/splunkforwarder-9.2.0.1-d8ae995bf219-Linux-armv8.tgz
sha256sums_aarch64 = aecc2a1f633a19191cb8c661492fffd05a0961fb3f368b27e6e7a8db91b9b85c
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
pkgname=splunkforwarder
basever=9.2.0
splunkver=${basever}-1fff88043d5f
basever=9.2.0.1
splunkver=${basever}-d8ae995bf219
# 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=('a39f1b33677dba5fe3ebc99e3a4b70658234ccd720e98e1fe0007e7f5559092e')
sha256sums_aarch64=('6f4f2cbbd9419977b6f4b90b0165aa3e6ed3017b1d89599cb047b47e805e690f')
sha256sums_x86_64=('ae61d98847a7a9d694444b69c6046c1dce4074a249c0b4e865eb2c46d36909cd')
sha256sums_aarch64=('aecc2a1f633a19191cb8c661492fffd05a0961fb3f368b27e6e7a8db91b9b85c')
package() {
cd "$srcdir"