mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 6.5.3
This commit is contained in:
parent
9d5892b4b0
commit
537cdeb7f4
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Jan 25 22:42:31 UTC 2017
|
||||
# Fri Mar 31 14:56:41 UTC 2017
|
||||
pkgbase = splunk
|
||||
pkgdesc = Statistical analysis and search tool for logs and machine data
|
||||
pkgver = 6.5.2_67571ef4b87d
|
||||
pkgver = 6.5.3_36937ad027d4
|
||||
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.5.2/linux/splunk-6.5.2-67571ef4b87d-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 884a5c896a29fa1e4685263d7a873f5f2f030ce0d3b1c61875c8760f6b3354ac
|
||||
source_i686 = https://download.splunk.com/products/splunk/releases/6.5.2/linux/splunk-6.5.2-67571ef4b87d-Linux-i686.tgz
|
||||
sha256sums_i686 = cdfdaef5037b1b43b9a0b573e118e20ac01248482f06dcfd4cedf95b2e51886a
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/6.5.3/linux/splunk-6.5.3-36937ad027d4-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 72bb828b234b86dc7703f811aa15b9c2f0d466d4ccc9888ca744d47beb9f98e1
|
||||
source_i686 = https://download.splunk.com/products/splunk/releases/6.5.3/linux/splunk-6.5.3-36937ad027d4-Linux-i686.tgz
|
||||
sha256sums_i686 = 773bc314ae58163c08a82305e8715aae10acc2f20f2f239f58fa291c6ac8d85b
|
||||
|
||||
pkgname = splunk
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunk
|
||||
basever=6.5.2
|
||||
pkgver=${basever}_67571ef4b87d
|
||||
basever=6.5.3
|
||||
pkgver=${basever}_36937ad027d4
|
||||
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=('884a5c896a29fa1e4685263d7a873f5f2f030ce0d3b1c61875c8760f6b3354ac')
|
||||
sha256sums_i686=('cdfdaef5037b1b43b9a0b573e118e20ac01248482f06dcfd4cedf95b2e51886a')
|
||||
sha256sums_x86_64=('72bb828b234b86dc7703f811aa15b9c2f0d466d4ccc9888ca744d47beb9f98e1')
|
||||
sha256sums_i686=('773bc314ae58163c08a82305e8715aae10acc2f20f2f239f58fa291c6ac8d85b')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue