mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to 8.0.4.1
This commit is contained in:
parent
0d111f4032
commit
1978f98bce
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = splunk
|
||||
pkgdesc = Statistical analysis and search tool for logs and machine data
|
||||
pkgver = 8.0.4.0
|
||||
pkgver = 8.0.4.1
|
||||
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.4/linux/splunk-8.0.4-767223ac207f-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 1bda216fbc5f674069a3f9d95136cc5ff685eb22ff780dea6fd21bab370e3787
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/8.0.4.1/linux/splunk-8.0.4.1-ab7a85abaa98-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = c45d1213e35740e9acd983bc96a79a661441538e58dbaeb04fd6df1ef745fbbb
|
||||
|
||||
pkgname = splunk
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunk
|
||||
basever=8.0.4
|
||||
splunkver=${basever}-767223ac207f
|
||||
basever=8.0.4.1
|
||||
splunkver=${basever}-ab7a85abaa98
|
||||
# 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=('1bda216fbc5f674069a3f9d95136cc5ff685eb22ff780dea6fd21bab370e3787')
|
||||
sha256sums_x86_64=('c45d1213e35740e9acd983bc96a79a661441538e58dbaeb04fd6df1ef745fbbb')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue