mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 6.6.2
This commit is contained in:
parent
b5dea26b58
commit
13a470a20b
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu May 25 13:51:36 UTC 2017
|
||||
# Fri Jun 30 14:35:55 UTC 2017
|
||||
pkgbase = splunk
|
||||
pkgdesc = Statistical analysis and search tool for logs and machine data
|
||||
pkgver = 6.6.1_aeae3fe0c5af
|
||||
pkgver = 6.6.2_4b804538c686
|
||||
pkgrel = 1
|
||||
url = https://www.splunk.com/
|
||||
install = splunk.install
|
||||
|
|
@ -11,10 +11,10 @@ pkgbase = splunk
|
|||
license = custom
|
||||
source = splunk.service
|
||||
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/6.6.1/linux/splunk-6.6.1-aeae3fe0c5af-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 4b11440239a30ab1be7db92b36e08b0ad6a8d21f3558cd3fff7c97fba81e2c71
|
||||
source_i686 = https://download.splunk.com/products/splunk/releases/6.6.1/linux/splunk-6.6.1-aeae3fe0c5af-Linux-i686.tgz
|
||||
sha256sums_i686 = e04dbd9cbcca1be97e78ff0cfe3632dff28f22251b6896d01cec9cfaf5c9089c
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/6.6.2/linux/splunk-6.6.2-4b804538c686-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 13dc0ca9aca3648538085d4e2175f9bd596600881d494f882021d3b4809e1d7a
|
||||
source_i686 = https://download.splunk.com/products/splunk/releases/6.6.2/linux/splunk-6.6.2-4b804538c686-Linux-i686.tgz
|
||||
sha256sums_i686 = 2a65c44bd66abcfecdc155cf51749e4f748651023c37079fa85ec14c5fc29adf
|
||||
|
||||
pkgname = splunk
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunk
|
||||
basever=6.6.1
|
||||
pkgver=${basever}_aeae3fe0c5af
|
||||
basever=6.6.2
|
||||
pkgver=${basever}_4b804538c686
|
||||
pkgrel=1
|
||||
pkgdesc="Statistical analysis and search tool for logs and machine data"
|
||||
url="https://www.splunk.com/"
|
||||
|
|
@ -12,8 +12,8 @@ source=("$pkgname.service")
|
|||
source_i686=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz")
|
||||
source_x86_64=("https://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz")
|
||||
sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757')
|
||||
sha256sums_x86_64=('4b11440239a30ab1be7db92b36e08b0ad6a8d21f3558cd3fff7c97fba81e2c71')
|
||||
sha256sums_i686=('e04dbd9cbcca1be97e78ff0cfe3632dff28f22251b6896d01cec9cfaf5c9089c')
|
||||
sha256sums_x86_64=('13dc0ca9aca3648538085d4e2175f9bd596600881d494f882021d3b4809e1d7a')
|
||||
sha256sums_i686=('2a65c44bd66abcfecdc155cf51749e4f748651023c37079fa85ec14c5fc29adf')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue