mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 7.3.0
This commit is contained in:
parent
4b4c9a3d06
commit
fccc2a094a
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.6_c0bf0f679ce9
|
||||
pkgver = 7.3.0_657388c7a488
|
||||
pkgrel = 1
|
||||
epoch = 2
|
||||
url = https://www.splunk.com/
|
||||
|
|
@ -9,8 +9,8 @@ pkgbase = splunk
|
|||
license = custom
|
||||
source = splunk.service
|
||||
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.2.6/linux/splunk-7.2.6-c0bf0f679ce9-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 3bf82ed7049f2db8244b1371e9c9330f14eede22abbfb45baa0a1fb08b855b94
|
||||
source_x86_64 = https://download.splunk.com/products/splunk/releases/7.3.0/linux/splunk-7.3.0-657388c7a488-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 197aa9ac849ff2ced521e4984210d2a0feea5b0f0b39484a0ed56afeff765a67
|
||||
|
||||
pkgname = splunk
|
||||
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunk
|
||||
basever=7.2.6
|
||||
pkgver=${basever}_c0bf0f679ce9
|
||||
basever=7.3.0
|
||||
pkgver=${basever}_657388c7a488
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgdesc="Statistical analysis and search tool for logs and machine data"
|
||||
|
|
@ -12,7 +12,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=('3bf82ed7049f2db8244b1371e9c9330f14eede22abbfb45baa0a1fb08b855b94')
|
||||
sha256sums_x86_64=('197aa9ac849ff2ced521e4984210d2a0feea5b0f0b39484a0ed56afeff765a67')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue