mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 7.2.1
This commit is contained in:
parent
b979f04beb
commit
e7ba114ed8
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 = 7.2.0_8c86330ac18
|
||||
pkgver = 7.2.1_be11b2c46e23
|
||||
pkgrel = 1
|
||||
url = https://www.splunk.com/
|
||||
install = splunk.install
|
||||
|
|
@ -8,8 +8,8 @@ pkgbase = splunk
|
|||
license = custom
|
||||
source = splunk.service
|
||||
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.2.0/linux/splunk-7.2.0-8c86330ac18-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 12d5c394acd676ba6152867fcb5ea97b22e2190edd03ccc694790d8756ffe9f1
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.2.1/linux/splunk-7.2.1-be11b2c46e23-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 80ba9a499247cb7df102c3ea21954669f88ccf3b5e3c04f92b982f2dc83b338d
|
||||
|
||||
pkgname = splunk
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunk
|
||||
basever=7.2.0
|
||||
pkgver=${basever}_8c86330ac18
|
||||
basever=7.2.1
|
||||
pkgver=${basever}_be11b2c46e23
|
||||
pkgrel=1
|
||||
pkgdesc="Statistical analysis and search tool for logs and machine data"
|
||||
url="https://www.splunk.com/"
|
||||
|
|
@ -11,7 +11,7 @@ install="$pkgname.install"
|
|||
source=("$pkgname.service")
|
||||
source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz")
|
||||
sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757')
|
||||
sha256sums_x86_64=('12d5c394acd676ba6152867fcb5ea97b22e2190edd03ccc694790d8756ffe9f1')
|
||||
sha256sums_x86_64=('80ba9a499247cb7df102c3ea21954669f88ccf3b5e3c04f92b982f2dc83b338d')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue