mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to 9.0.0
This commit is contained in:
parent
346e86999a
commit
a7c2d7ee45
2 changed files with 9 additions and 9 deletions
10
.SRCINFO
10
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 8.2.6.0
|
||||
pkgver = 9.0.0.0
|
||||
pkgrel = 1
|
||||
epoch = 3
|
||||
url = https://www.splunk.com/
|
||||
|
|
@ -15,9 +15,9 @@ pkgbase = splunkforwarder
|
|||
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
|
||||
sha256sums = 27d1d172add8c64a275ec3356f0fa0b9d56036a7e64b7b882e066a67f6173b5b
|
||||
sha256sums = bca1b7720a827973f1c959cb78d788324f47dd6fcfc03bf4452c457f2d044db5
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.2.6/linux/splunkforwarder-8.2.6-a6fe1ee8894b-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = f10513c493bcfa822485aa71a52c2b2c06943f77392684b1d67f26299da821fc
|
||||
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/8.2.6/linux/splunkforwarder-8.2.6-a6fe1ee8894b-Linux-armv8.tgz
|
||||
sha256sums_aarch64 = 1b4ca7550dffda4554042d4b619722b8d51f087f641154bd393b1a56eac5388d
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/9.0.0/linux/splunkforwarder-9.0.0-6818ac46f2ec-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 8f3766083b23cd33710e4d4b818c63d8663eb94be2cd63e6f47879f79d91ec65
|
||||
source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/9.0.0/linux/splunkforwarder-9.0.0-6818ac46f2ec-Linux-armv8.tgz
|
||||
sha256sums_aarch64 = c6af3eaeaed6e22bc69eacac060e3dd6441e7b12f995499d27a8b47bbc8daaca
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=8.2.6
|
||||
splunkver=${basever}-a6fe1ee8894b
|
||||
basever=9.0.0
|
||||
splunkver=${basever}-6818ac46f2ec
|
||||
# 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=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152'
|
||||
'27d1d172add8c64a275ec3356f0fa0b9d56036a7e64b7b882e066a67f6173b5b'
|
||||
'bca1b7720a827973f1c959cb78d788324f47dd6fcfc03bf4452c457f2d044db5')
|
||||
sha256sums_x86_64=('f10513c493bcfa822485aa71a52c2b2c06943f77392684b1d67f26299da821fc')
|
||||
sha256sums_aarch64=('1b4ca7550dffda4554042d4b619722b8d51f087f641154bd393b1a56eac5388d')
|
||||
sha256sums_x86_64=('8f3766083b23cd33710e4d4b818c63d8663eb94be2cd63e6f47879f79d91ec65')
|
||||
sha256sums_aarch64=('c6af3eaeaed6e22bc69eacac060e3dd6441e7b12f995499d27a8b47bbc8daaca')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue