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
871eed1038
commit
9db2439033
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:44:10 UTC 2017
|
||||
# Fri Mar 31 14:58:22 UTC 2017
|
||||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 6.5.2_67571ef4b87d
|
||||
pkgver = 6.5.3_36937ad027d4
|
||||
pkgrel = 1
|
||||
url = https://www.splunk.com/
|
||||
install = splunkforwarder.install
|
||||
|
|
@ -12,10 +12,10 @@ pkgbase = splunkforwarder
|
|||
conflicts = splunk
|
||||
source = splunkforwarder.service
|
||||
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/6.5.2/linux/splunkforwarder-6.5.2-67571ef4b87d-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 5abff1db8867b69c38c197c2cd2bbaf4b4379ce74cda25c65f13e55b4dfa47fb
|
||||
source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.5.2/linux/splunkforwarder-6.5.2-67571ef4b87d-Linux-i686.tgz
|
||||
sha256sums_i686 = baa211d426dcde9749d2d7d4e56ef745b7e4188ec2443f37a480783d0ad39ebd
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/6.5.3/linux/splunkforwarder-6.5.3-36937ad027d4-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 25c498ed1a45063498924e8a7eef4ccf5cd1a93c28b2c59fa8a7b0870a7d9005
|
||||
source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.5.3/linux/splunkforwarder-6.5.3-36937ad027d4-Linux-i686.tgz
|
||||
sha256sums_i686 = b27775d862d493347e1538315ac9957015c6a6e4d101730be2cd5be4a9cb53db
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=6.5.2
|
||||
pkgver=${basever}_67571ef4b87d
|
||||
basever=6.5.3
|
||||
pkgver=${basever}_36937ad027d4
|
||||
pkgrel=1
|
||||
pkgdesc="Splunk Universal Forwarder"
|
||||
url="https://www.splunk.com/"
|
||||
|
|
@ -13,8 +13,8 @@ source=("$pkgname.service")
|
|||
source_i686=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz")
|
||||
source_x86_64=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz")
|
||||
sha256sums=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152')
|
||||
sha256sums_x86_64=('5abff1db8867b69c38c197c2cd2bbaf4b4379ce74cda25c65f13e55b4dfa47fb')
|
||||
sha256sums_i686=('baa211d426dcde9749d2d7d4e56ef745b7e4188ec2443f37a480783d0ad39ebd')
|
||||
sha256sums_x86_64=('25c498ed1a45063498924e8a7eef4ccf5cd1a93c28b2c59fa8a7b0870a7d9005')
|
||||
sha256sums_i686=('b27775d862d493347e1538315ac9957015c6a6e4d101730be2cd5be4a9cb53db')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue