Updated to 9.4.0

This commit is contained in:
L. Bradley LaBoon 2024-12-20 14:48:18 -05:00
parent af3490e1b0
commit c2b828b562
No known key found for this signature in database
GPG key ID: 3D21FA839D9A229F
2 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 9.3.1.0
pkgver = 9.4.0.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.3.1/linux/splunkforwarder-9.3.1-0b8d769cb912-Linux-x86_64.tgz
sha256sums_x86_64 = a7becec034ef31bdd5cca963dd138d36be951ab1fdd2d98787873019d2ca0845
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.3.1/linux/splunkforwarder-9.3.1-0b8d769cb912-Linux-armv8.tgz
sha256sums_aarch64 = cda2bf2f9d07bfc4dcb05a1d6fdbf7a2b5bf30804b3b544a5d04e15d3c62ac04
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/9.4.0/linux/splunkforwarder-9.4.0-6b4ebe426ca6-linux-amd64.tgz
sha256sums_x86_64 = 17e909d88571435439a300c3079bcd2498620ae193aa2ae6ad503dd377988b41
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.4.0/linux/splunkforwarder-9.4.0-6b4ebe426ca6-linux-arm64.tgz
sha256sums_aarch64 = e723b73acaf690325bba1cfaeda17107fb58c9885553b05bf0ff12f0093ab341
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
pkgname=splunkforwarder
basever=9.3.1
splunkver=${basever}-0b8d769cb912
basever=9.4.0
splunkver=${basever}-6b4ebe426ca6
# Splunk is inconsistent with the length of their version numbers
if [ ${#basever} -gt 5 ]; then
pkgver=${basever}
@ -17,13 +17,13 @@ license=('custom')
conflicts=('splunk')
install="$pkgname.install"
source=("$pkgname.service" "$pkgname.sysusers" "$pkgname.tmpfiles")
source_x86_64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-x86_64.tgz")
source_aarch64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-armv8.tgz")
source_x86_64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-linux-amd64.tgz")
source_aarch64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-linux-arm64.tgz")
sha256sums=('a2e28b83efc9a390c490ae26f991eee99d7e122c6278b581b457c8b81757a9bc'
'27d1d172add8c64a275ec3356f0fa0b9d56036a7e64b7b882e066a67f6173b5b'
'bca1b7720a827973f1c959cb78d788324f47dd6fcfc03bf4452c457f2d044db5')
sha256sums_x86_64=('a7becec034ef31bdd5cca963dd138d36be951ab1fdd2d98787873019d2ca0845')
sha256sums_aarch64=('cda2bf2f9d07bfc4dcb05a1d6fdbf7a2b5bf30804b3b544a5d04e15d3c62ac04')
sha256sums_x86_64=('17e909d88571435439a300c3079bcd2498620ae193aa2ae6ad503dd377988b41')
sha256sums_aarch64=('e723b73acaf690325bba1cfaeda17107fb58c9885553b05bf0ff12f0093ab341')
package() {
cd "$srcdir"