mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to 10.2.1
This commit is contained in:
parent
2a01a2f1be
commit
52d0ccde21
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 = 10.2.0.0
|
||||
pkgver = 10.2.1.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/10.2.0/linux/splunk-10.2.0-d749cb17ea65-linux-amd64.tgz
|
||||
sha256sums_x86_64 = 705cef7335236beb8750adf651ddd2854ba3ef6f836141eefa479afbb1d05eb6
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/10.2.1/linux/splunk-10.2.1-c892b66d163d-linux-amd64.tgz
|
||||
sha256sums_x86_64 = cb8a03a3451b7bf1341c980320485cb46c7c270cc2205497c33613862f559465
|
||||
|
||||
pkgname = splunk
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: L. Bradley LaBoon <brad@laboon.io>
|
||||
pkgname=splunk
|
||||
_basever=10.2.0
|
||||
_basever=10.2.1
|
||||
_baseverl=${_basever//[^.]}
|
||||
_splunkver=${_basever}-d749cb17ea65
|
||||
_splunkver=${_basever}-c892b66d163d
|
||||
# Splunk is inconsistent with the length of their version numbers
|
||||
if [ ${#_baseverl} -gt 2 ]; then
|
||||
pkgver=${_basever}
|
||||
|
|
@ -21,7 +21,7 @@ source_x86_64=("https://download.splunk.com/products/splunk/releases/${_basever}
|
|||
sha256sums=('b6e93690f033416fd765fd7cb97147a1872c3f5ecc3dad13714d83f765c6291e'
|
||||
'236deb352218f9551df894efd613aad201afb20713ac563ab381f68b6ffce853'
|
||||
'56b70a2395270fc038987241504df11c390f3234d5be640bbc6a311b978e8475')
|
||||
sha256sums_x86_64=('705cef7335236beb8750adf651ddd2854ba3ef6f836141eefa479afbb1d05eb6')
|
||||
sha256sums_x86_64=('cb8a03a3451b7bf1341c980320485cb46c7c270cc2205497c33613862f559465')
|
||||
options=(!strip)
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue