diff --git a/.SRCINFO b/.SRCINFO index 36c665c73151e..02f117eff910a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = splunk pkgdesc = Statistical analysis and search tool for logs and machine data - pkgver = 9.3.1.0 + pkgver = 9.4.0.0 pkgrel = 1 epoch = 3 url = https://www.splunk.com/ @@ -14,7 +14,7 @@ pkgbase = splunk sha256sums = b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e sha256sums = 236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853 sha256sums = 56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475 - source_x86_64 = https://download.splunk.com/products/splunk/releases/9.3.1/linux/splunk-9.3.1-0b8d769cb912-Linux-x86_64.tgz - sha256sums_x86_64 = dab896fc85e4faf6744a5f3ee35eb6c4c6414421fb6e521c8810fa48eee67673 + source_x86_64 = https://download.splunk.com/products/splunk/releases/9.4.0/linux/splunk-9.4.0-6b4ebe426ca6-linux-amd64.tgz + sha256sums_x86_64 = cced72b78f9c87646b32041c1da0f34ff343f68a097802eafe1a7a7140c378a2 pkgname = splunk diff --git a/PKGBUILD b/PKGBUILD index ea4dfd4aba30c..7381c8d4a201c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: L. Bradley LaBoon pkgname=splunk -basever=9.3.1 -splunkver=${basever}-0b8d769cb912 +basever=9.4.0 +splunkver=${basever}-6b4ebe426ca6 # Splunk is inconsistent with the length of their version numbers if [ ${#basever} -gt 5 ]; then pkgver=${basever} @@ -16,11 +16,11 @@ arch=('x86_64') license=('custom') install="$pkgname.install" source=("$pkgname.service" "$pkgname.sysusers" "$pkgname.tmpfiles") -source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-$splunkver-Linux-x86_64.tgz") +source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-$splunkver-linux-amd64.tgz") sha256sums=('b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e' '236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853' '56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475') -sha256sums_x86_64=('dab896fc85e4faf6744a5f3ee35eb6c4c6414421fb6e521c8810fa48eee67673') +sha256sums_x86_64=('cced72b78f9c87646b32041c1da0f34ff343f68a097802eafe1a7a7140c378a2') options=(!strip) package() {