Updated to 9.3.0

This commit is contained in:
L. Bradley LaBoon 2024-07-25 00:17:56 -04:00
parent fc531d1cb3
commit 7a7b3d9793
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.2.2.0
pkgver = 9.3.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.2.2/linux/splunkforwarder-9.2.2-d76edf6f0a15-Linux-x86_64.tgz
sha256sums_x86_64 = 682a520179c12705eccd3b32d2275e4a0e8bec68d184e9e614539dd732b5fa6a
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.2.2/linux/splunkforwarder-9.2.2-d76edf6f0a15-Linux-armv8.tgz
sha256sums_aarch64 = d1a695b23497f47488d61b4d8ee9e7fe63247a28f370b032348428be9082fbf1
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/9.3.0/linux/splunkforwarder-9.3.0-51ccf43db5bd-Linux-x86_64.tgz
sha256sums_x86_64 = 5e80a6b9ad0a016c92fb0bc5bf684875747a6d7a053e985d68594a81d4389b3f
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.3.0/linux/splunkforwarder-9.3.0-51ccf43db5bd-Linux-armv8.tgz
sha256sums_aarch64 = 8627150cf39061266d7745c175980241ef1d4121a88d3b5fe77b8ca465c662f4
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
pkgname=splunkforwarder
basever=9.2.2
splunkver=${basever}-d76edf6f0a15
basever=9.3.0
splunkver=${basever}-51ccf43db5bd
# 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=('682a520179c12705eccd3b32d2275e4a0e8bec68d184e9e614539dd732b5fa6a')
sha256sums_aarch64=('d1a695b23497f47488d61b4d8ee9e7fe63247a28f370b032348428be9082fbf1')
sha256sums_x86_64=('5e80a6b9ad0a016c92fb0bc5bf684875747a6d7a053e985d68594a81d4389b3f')
sha256sums_aarch64=('8627150cf39061266d7745c175980241ef1d4121a88d3b5fe77b8ca465c662f4')
package() {
cd "$srcdir"