diff --git a/.SRCINFO b/.SRCINFO index 366ec7ce07827..9b2e706310959 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = splunk pkgdesc = Statistical analysis and search tool for logs and machine data - pkgver = 8.0.2.1 + pkgver = 8.0.3.0 pkgrel = 1 epoch = 3 url = https://www.splunk.com/ @@ -9,8 +9,8 @@ pkgbase = splunk license = custom source = splunk.service sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757 - source_x86_64 = https://download.splunk.com/products/splunk/releases/8.0.2.1/linux/splunk-8.0.2.1-f002026bad55-Linux-x86_64.tgz - sha256sums_x86_64 = 856e4129d6dcd273009c221db98c80e645e9b0d127ef03b2298ae0b4080d16f5 + source_x86_64 = https://download.splunk.com/products/splunk/releases/8.0.3/linux/splunk-8.0.3-a6754d8441bf-Linux-x86_64.tgz + sha256sums_x86_64 = 05542c2a7eb76066efd1eef35cd90b6004b778bbac68125500a5ad680cbad8ae pkgname = splunk diff --git a/PKGBUILD b/PKGBUILD index 77c366662be9b..a52c1adfa71f3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunk -basever=8.0.2.1 -splunkver=${basever}-f002026bad55 +basever=8.0.3 +splunkver=${basever}-a6754d8441bf # Splunk is inconsistent with the length of their version numbers if [ ${#basever} -gt 5 ]; then pkgver=${basever} @@ -18,7 +18,7 @@ install="$pkgname.install" source=("$pkgname.service") source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-$splunkver-Linux-x86_64.tgz") sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757') -sha256sums_x86_64=('856e4129d6dcd273009c221db98c80e645e9b0d127ef03b2298ae0b4080d16f5') +sha256sums_x86_64=('05542c2a7eb76066efd1eef35cd90b6004b778bbac68125500a5ad680cbad8ae') package() { cd "$srcdir"