mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to 6.4.3
This commit is contained in:
parent
178459b63a
commit
deec4aa976
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Jul 12 18:11:25 UTC 2016
|
||||
# Thu Aug 25 03:57:51 UTC 2016
|
||||
pkgbase = splunk
|
||||
pkgdesc = Statistical analysis and search tool for logs and machine data
|
||||
pkgver = 6.4.2_00f5bb3fa822
|
||||
pkgver = 6.4.3_b03109c2bad4
|
||||
pkgrel = 1
|
||||
url = http://www.splunk.com/
|
||||
install = splunk.install
|
||||
|
|
@ -11,10 +11,10 @@ pkgbase = splunk
|
|||
license = custom
|
||||
source = splunk.service
|
||||
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
|
||||
source_x86_64 = http://download.splunk.com/products/splunk/releases/6.4.2/linux/splunk-6.4.2-00f5bb3fa822-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = ec888c4f80c5fd9813facd274452ddf8da41e78dde3d171b15a90a5c61c505af
|
||||
source_i686 = http://download.splunk.com/products/splunk/releases/6.4.2/linux/splunk-6.4.2-00f5bb3fa822-Linux-i686.tgz
|
||||
sha256sums_i686 = d0314cdf9130c8991a3ded3df21dde18029bf90c026317fadc1b7e0629d1fe03
|
||||
source_x86_64 = http://download.splunk.com/products/splunk/releases/6.4.3/linux/splunk-6.4.3-b03109c2bad4-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 4a7e06219f604ca7f6ba12640d7dc080dc297b084836194c5f10d12f9870cdb6
|
||||
source_i686 = http://download.splunk.com/products/splunk/releases/6.4.3/linux/splunk-6.4.3-b03109c2bad4-Linux-i686.tgz
|
||||
sha256sums_i686 = fc450926f1fa6fb6a97402a2162c3eea3a27f426ce7e4886457bbf422317ef65
|
||||
|
||||
pkgname = splunk
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunk
|
||||
basever=6.4.2
|
||||
pkgver=${basever}_00f5bb3fa822
|
||||
basever=6.4.3
|
||||
pkgver=${basever}_b03109c2bad4
|
||||
pkgrel=1
|
||||
pkgdesc="Statistical analysis and search tool for logs and machine data"
|
||||
url="http://www.splunk.com/"
|
||||
|
|
@ -12,8 +12,8 @@ source=("$pkgname.service")
|
|||
source_i686=("http://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz")
|
||||
source_x86_64=("http://download.splunk.com/products/splunk/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz")
|
||||
sha256sums=('ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757')
|
||||
sha256sums_i686=('d0314cdf9130c8991a3ded3df21dde18029bf90c026317fadc1b7e0629d1fe03')
|
||||
sha256sums_x86_64=('ec888c4f80c5fd9813facd274452ddf8da41e78dde3d171b15a90a5c61c505af')
|
||||
sha256sums_i686=('fc450926f1fa6fb6a97402a2162c3eea3a27f426ce7e4886457bbf422317ef65')
|
||||
sha256sums_x86_64=('4a7e06219f604ca7f6ba12640d7dc080dc297b084836194c5f10d12f9870cdb6')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue