From 4797d752074e325e90ad7719bcb2cdc1abb8ee76 Mon Sep 17 00:00:00 2001 From: "L. Bradley LaBoon" Date: Wed, 24 Mar 2021 14:47:42 -0400 Subject: [PATCH] Updated to 8.1.3 --- .SRCINFO | 18 +++++++++--------- PKGBUILD | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8c4284cb1400d..49713fb66581b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = splunkforwarder pkgdesc = Splunk Universal Forwarder - pkgver = 8.1.2.0 + pkgver = 8.1.3.0 pkgrel = 1 epoch = 3 url = https://www.splunk.com/ @@ -13,14 +13,14 @@ pkgbase = splunkforwarder conflicts = splunk source = splunkforwarder.service sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152 - source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.1.2/linux/splunkforwarder-8.1.2-545206cc9f70-Linux-x86_64.tgz - sha256sums_x86_64 = 4159e7dbc0cc60534ef6be0dce7ad26b45de969b278d2f7830e79399de7add5b - source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.1.2/linux/splunkforwarder-8.1.2-545206cc9f70-Linux-arm.tgz - sha256sums_armv6h = ed65b05552f67ce036799a6179f5cea5d09d64ce9bb9e261ebf91e6b073ba64f - source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.1.2/linux/splunkforwarder-8.1.2-545206cc9f70-Linux-arm.tgz - sha256sums_armv7h = ed65b05552f67ce036799a6179f5cea5d09d64ce9bb9e261ebf91e6b073ba64f - source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/8.1.2/linux/splunkforwarder-8.1.2-545206cc9f70-Linux-armv8.tgz - sha256sums_aarch64 = bd5d7d65c399c47682837e363b550e58305d3cd0dd76ac9a83c2c6a8c297f89d + source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/8.1.3/linux/splunkforwarder-8.1.3-63079c59e632-Linux-x86_64.tgz + sha256sums_x86_64 = 54810c589b988d5cb62fa5a47c07f6ef7e3f504555b9fb92fd7b9956801fffde + source_armv6h = https://download.splunk.com/products/universalforwarder/releases/8.1.3/linux/splunkforwarder-8.1.3-63079c59e632-Linux-arm.tgz + sha256sums_armv6h = ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b + source_armv7h = https://download.splunk.com/products/universalforwarder/releases/8.1.3/linux/splunkforwarder-8.1.3-63079c59e632-Linux-arm.tgz + sha256sums_armv7h = ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b + source_aarch64 = https://download.splunk.com/products/universalforwarder/releases/8.1.3/linux/splunkforwarder-8.1.3-63079c59e632-Linux-armv8.tgz + sha256sums_aarch64 = 4566c0e252d6cc1309647cfab26fde2199d36b795e8f447879112ea225917970 pkgname = splunkforwarder diff --git a/PKGBUILD b/PKGBUILD index 46d116891755a..8f84caeafe381 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunkforwarder -basever=8.1.2 -splunkver=${basever}-545206cc9f70 +basever=8.1.3 +splunkver=${basever}-63079c59e632 # Splunk is inconsistent with the length of their version numbers if [ ${#basever} -gt 5 ]; then pkgver=${basever} @@ -22,10 +22,10 @@ source_armv6h=("https://download.splunk.com/products/universalforwarder/releases source_armv7h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-arm.tgz") source_aarch64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-$splunkver-Linux-armv8.tgz") sha256sums=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152') -sha256sums_x86_64=('4159e7dbc0cc60534ef6be0dce7ad26b45de969b278d2f7830e79399de7add5b') -sha256sums_armv6h=('ed65b05552f67ce036799a6179f5cea5d09d64ce9bb9e261ebf91e6b073ba64f') -sha256sums_armv7h=('ed65b05552f67ce036799a6179f5cea5d09d64ce9bb9e261ebf91e6b073ba64f') -sha256sums_aarch64=('bd5d7d65c399c47682837e363b550e58305d3cd0dd76ac9a83c2c6a8c297f89d') +sha256sums_x86_64=('54810c589b988d5cb62fa5a47c07f6ef7e3f504555b9fb92fd7b9956801fffde') +sha256sums_armv6h=('ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b') +sha256sums_armv7h=('ebd17b0743c16ba22594752be788c20ef135ef0724bb814ba77ebe2150ed554b') +sha256sums_aarch64=('4566c0e252d6cc1309647cfab26fde2199d36b795e8f447879112ea225917970') package() { cd "$srcdir"