Updated to 8.0.4

This commit is contained in:
L. Bradley LaBoon 2020-05-27 17:28:11 -04:00
parent ab627f9df7
commit a5988ee737
2 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 8.0.3.0
pkgver = 8.0.4.0
pkgrel = 1
epoch = 3
url = https://www.splunk.com/
@ -12,12 +12,12 @@ pkgbase = splunkforwarder
conflicts = splunk
source = splunkforwarder.service
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.0.3/linux/splunkforwarder-8.0.3-a6754d8441bf-Linux-x86_64.tgz
sha256sums_x86_64 = a68c7b233d2f000e8c3152c0154fb1d4793688af2831cdb1d47939fe8c407c3b
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.0.3/linux/splunkforwarder-8.0.3-a6754d8441bf-Linux-arm.tgz
sha256sums_armv6h = 121d1e4155a962c5cf99cb05206342ac883a26d0c488b03fcd946aa0ed323988
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.0.3/linux/splunkforwarder-8.0.3-a6754d8441bf-Linux-arm.tgz
sha256sums_armv7h = 121d1e4155a962c5cf99cb05206342ac883a26d0c488b03fcd946aa0ed323988
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.0.4/linux/splunkforwarder-8.0.4-767223ac207f-Linux-x86_64.tgz
sha256sums_x86_64 = ef771bbeb6cb9c2c807d5dff755904024914a8d67311cfac8e8f7b704228479d
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.0.4/linux/splunkforwarder-8.0.4-767223ac207f-Linux-arm.tgz
sha256sums_armv6h = 4b9cfcf6632b91efa1a6f53e44d86088c884ff0cb63da58efa8a7bc1f7c520ed
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.0.4/linux/splunkforwarder-8.0.4-767223ac207f-Linux-arm.tgz
sha256sums_armv7h = 4b9cfcf6632b91efa1a6f53e44d86088c884ff0cb63da58efa8a7bc1f7c520ed
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunkforwarder
basever=8.0.3
splunkver=${basever}-a6754d8441bf
basever=8.0.4
splunkver=${basever}-767223ac207f
# Splunk is inconsistent with the length of their version numbers
if [ ${#basever} -gt 5 ]; then
pkgver=${basever}
@ -21,9 +21,9 @@ source_x86_64=("https://download.splunk.com/products/universalforwarder/releases
source_armv6h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-arm.tgz")
source_armv7h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-arm.tgz")
sha256sums=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152')
sha256sums_x86_64=('a68c7b233d2f000e8c3152c0154fb1d4793688af2831cdb1d47939fe8c407c3b')
sha256sums_armv6h=('121d1e4155a962c5cf99cb05206342ac883a26d0c488b03fcd946aa0ed323988')
sha256sums_armv7h=('121d1e4155a962c5cf99cb05206342ac883a26d0c488b03fcd946aa0ed323988')
sha256sums_x86_64=('ef771bbeb6cb9c2c807d5dff755904024914a8d67311cfac8e8f7b704228479d')
sha256sums_armv6h=('4b9cfcf6632b91efa1a6f53e44d86088c884ff0cb63da58efa8a7bc1f7c520ed')
sha256sums_armv7h=('4b9cfcf6632b91efa1a6f53e44d86088c884ff0cb63da58efa8a7bc1f7c520ed')
package() {
cd "$srcdir"