mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to 9.3.1
This commit is contained in:
parent
7a7b3d9793
commit
af3490e1b0
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 9.3.0.0
|
||||
pkgver = 9.3.1.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.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
|
||||
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
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
|
||||
pkgname=splunkforwarder
|
||||
basever=9.3.0
|
||||
splunkver=${basever}-51ccf43db5bd
|
||||
basever=9.3.1
|
||||
splunkver=${basever}-0b8d769cb912
|
||||
# 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=('5e80a6b9ad0a016c92fb0bc5bf684875747a6d7a053e985d68594a81d4389b3f')
|
||||
sha256sums_aarch64=('8627150cf39061266d7745c175980241ef1d4121a88d3b5fe77b8ca465c662f4')
|
||||
sha256sums_x86_64=('a7becec034ef31bdd5cca963dd138d36be951ab1fdd2d98787873019d2ca0845')
|
||||
sha256sums_aarch64=('cda2bf2f9d07bfc4dcb05a1d6fdbf7a2b5bf30804b3b544a5d04e15d3c62ac04')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue