diff --git a/.SRCINFO b/.SRCINFO index b4e77972f252f..19d386a0888e3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = splunkforwarder pkgdesc = Splunk Universal Forwarder - pkgver = 8.0.1.0 + pkgver = 8.0.2.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.1/linux/splunkforwarder-8.0.1-6db836e2fb9e-Linux-x86_64.tgz - sha256sums_x86_64 = 15466f2c8f77725b87c5a2d4c66a543e5e202e96484cd12307f8616107f52575 - source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.0.1/linux/splunkforwarder-8.0.1-6db836e2fb9e-Linux-arm.tgz - sha256sums_armv6h = 485897742301e34522858e5b8beb8a683e8e14e2c47a872a88f84e2841a69d55 - source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.0.1/linux/splunkforwarder-8.0.1-6db836e2fb9e-Linux-arm.tgz - sha256sums_armv7h = 485897742301e34522858e5b8beb8a683e8e14e2c47a872a88f84e2841a69d55 + source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.0.2/linux/splunkforwarder-8.0.2-a7f645ddaf91-Linux-x86_64.tgz + sha256sums_x86_64 = a0b7cfef6951243be0c559b81fd31ccf075e4ba36351b7ba98cde99076ede626 + source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.0.2/linux/splunkforwarder-8.0.2-a7f645ddaf91-Linux-arm.tgz + sha256sums_armv6h = 49d3d6573e1fc3c04ed485f9c76858b450b0c532343900f24058420eae2241e5 + source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.0.2/linux/splunkforwarder-8.0.2-a7f645ddaf91-Linux-arm.tgz + sha256sums_armv7h = 49d3d6573e1fc3c04ed485f9c76858b450b0c532343900f24058420eae2241e5 pkgname = splunkforwarder diff --git a/PKGBUILD b/PKGBUILD index 611b50daa124b..ca619af699c4d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunkforwarder -basever=8.0.1 -splunkver=${basever}-6db836e2fb9e +basever=8.0.2 +splunkver=${basever}-a7f645ddaf91 # 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=('15466f2c8f77725b87c5a2d4c66a543e5e202e96484cd12307f8616107f52575') -sha256sums_armv6h=('485897742301e34522858e5b8beb8a683e8e14e2c47a872a88f84e2841a69d55') -sha256sums_armv7h=('485897742301e34522858e5b8beb8a683e8e14e2c47a872a88f84e2841a69d55') +sha256sums_x86_64=('a0b7cfef6951243be0c559b81fd31ccf075e4ba36351b7ba98cde99076ede626') +sha256sums_armv6h=('49d3d6573e1fc3c04ed485f9c76858b450b0c532343900f24058420eae2241e5') +sha256sums_armv7h=('49d3d6573e1fc3c04ed485f9c76858b450b0c532343900f24058420eae2241e5') package() { cd "$srcdir"