Updated to version 8.0.0

This commit is contained in:
L. Bradley LaBoon 2019-11-04 11:19:49 -05:00
parent c32a6476d5
commit 5eb25c98ea
2 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
pkgbase = splunkforwarder
pkgdesc = Splunk Universal Forwarder
pkgver = 7.3.2.0
pkgver = 8.0.0.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/7.3.2/linux/splunkforwarder-7.3.2-c60db69f8e32-Linux-x86_64.tgz
sha256sums_x86_64 = 04e02b321dd27cc721adbe01afb899bbda5cd62edc071aae9cbfaa0109de0080
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.3.2/linux/splunkforwarder-7.3.2-c60db69f8e32-Linux-arm.tgz
sha256sums_armv6h = 1f2237d9a95da5ebc902479173b76e2f3ff697a5dd459102d554073667c42d30
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.3.2/linux/splunkforwarder-7.3.2-c60db69f8e32-Linux-arm.tgz
sha256sums_armv7h = 1f2237d9a95da5ebc902479173b76e2f3ff697a5dd459102d554073667c42d30
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.0.0/linux/splunkforwarder-8.0.0-1357bef0a7f6-Linux-x86_64.tgz
sha256sums_x86_64 = 4e5af664c7ad5c7b168707f2de7f35a2539020201f6e30616eabe3094306b85a
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.0.0/linux/splunkforwarder-8.0.0-1357bef0a7f6-Linux-arm.tgz
sha256sums_armv6h = e4ea06cf1bfb49962114ca7676cb5fef2fb0d8f77ed87cb8306edb8ed22b1524
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.0.0/linux/splunkforwarder-8.0.0-1357bef0a7f6-Linux-arm.tgz
sha256sums_armv7h = e4ea06cf1bfb49962114ca7676cb5fef2fb0d8f77ed87cb8306edb8ed22b1524
pkgname = splunkforwarder

View file

@ -1,7 +1,7 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunkforwarder
basever=7.3.2
splunkver=${basever}-c60db69f8e32
basever=8.0.0
splunkver=${basever}-1357bef0a7f6
# 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=('04e02b321dd27cc721adbe01afb899bbda5cd62edc071aae9cbfaa0109de0080')
sha256sums_armv6h=('1f2237d9a95da5ebc902479173b76e2f3ff697a5dd459102d554073667c42d30')
sha256sums_armv7h=('1f2237d9a95da5ebc902479173b76e2f3ff697a5dd459102d554073667c42d30')
sha256sums_x86_64=('4e5af664c7ad5c7b168707f2de7f35a2539020201f6e30616eabe3094306b85a')
sha256sums_armv6h=('e4ea06cf1bfb49962114ca7676cb5fef2fb0d8f77ed87cb8306edb8ed22b1524')
sha256sums_armv7h=('e4ea06cf1bfb49962114ca7676cb5fef2fb0d8f77ed87cb8306edb8ed22b1524')
package() {
cd "$srcdir"