summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorL. Bradley LaBoon2019-04-08 10:51:40 -0400
committerL. Bradley LaBoon2019-04-08 10:51:40 -0400
commitc79b50087bf177ab39d2a99ef43b6f6ac124b9f5 (patch)
treef860e5304f2f3d4e5a5e77a6a051954f0e233c67
parentb5802d73c159a8f505a63ef7db08caa9b6b4ed57 (diff)
downloadaur-c79b50087bf177ab39d2a99ef43b6f6ac124b9f5.tar.gz
Updated to version 7.2.5.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eeddae83887..2ca8747d747f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = splunk
pkgdesc = Statistical analysis and search tool for logs and machine data
- pkgver = 7.2.4.2_fb30470262e3
+ pkgver = 7.2.5.1_962d9a8e1586
pkgrel = 1
+ epoch = 1
url = https://www.splunk.com/
install = splunk.install
arch = x86_64
license = custom
source = splunk.service
sha256sums = ca96b85750a0592208facc747bbe1eb22b0a35b6dee841e6f51f1ad6a9157757
- source_x86_64 = https://download.splunk.com/products/splunk/releases/7.2.4.2/linux/splunk-7.2.4.2-fb30470262e3-Linux-x86_64.tgz
- sha256sums_x86_64 = f8048302027af30b8503c551e02cff5c2e2dfe14d139085882e52d38c3bbd579
+ source_x86_64 = https://download.splunk.com/products/splunk/releases/7.2.5.1/linux/splunk-7.2.5.1-962d9a8e1586-Linux-x86_64.tgz
+ sha256sums_x86_64 = da8041ab9a3d4fe9db7efc7cafb0ce50bae31c922daf25855001b5dc7c49a398
pkgname = splunk
diff --git a/PKGBUILD b/PKGBUILD
index cb2f993e78b2..d0c52acbffe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
pkgname=splunk
-basever=7.2.4.2
-pkgver=${basever}_fb30470262e3
+basever=7.2.5.1
+pkgver=${basever}_962d9a8e1586
pkgrel=1
+epoch=1
pkgdesc="Statistical analysis and search tool for logs and machine data"
url="https://www.splunk.com/"
arch=('x86_64')
@@ -11,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=('f8048302027af30b8503c551e02cff5c2e2dfe14d139085882e52d38c3bbd579')
+sha256sums_x86_64=('da8041ab9a3d4fe9db7efc7cafb0ce50bae31c922daf25855001b5dc7c49a398')
package() {
cd "$srcdir"