mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 6.3.2
This commit is contained in:
parent
d448e97415
commit
c0a57225f2
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Mon Dec 7 17:03:16 UTC 2015
|
||||
# Mon Dec 28 21:09:01 UTC 2015
|
||||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 6.3.1_f3e41e4b37b2
|
||||
pkgver = 6.3.2_aaff59bb082c
|
||||
pkgrel = 1
|
||||
url = http://www.splunk.com/
|
||||
install = splunkforwarder.install
|
||||
|
|
@ -10,9 +10,9 @@ pkgbase = splunkforwarder
|
|||
arch = i686
|
||||
license = custom
|
||||
conflicts = splunk
|
||||
source = http://download.splunk.com/products/splunk/releases/6.3.1/universalforwarder/linux/splunkforwarder-6.3.1-f3e41e4b37b2-Linux-.tgz
|
||||
source = http://download.splunk.com/products/splunk/releases/6.3.2/universalforwarder/linux/splunkforwarder-6.3.2-aaff59bb082c-Linux-.tgz
|
||||
source = splunkforwarder.service
|
||||
sha256sums = 2fcc095b44cdf47855f7c89bbe57b035e53341855a493f7e9f7fc20df004b761
|
||||
sha256sums = cec2892f5501103203370c65f63953014a7618072e4ff34d053b526879642473
|
||||
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
pkgver=6.3.1_f3e41e4b37b2
|
||||
pkgver=6.3.2_aaff59bb082c
|
||||
pkgrel=1
|
||||
pkgdesc="Splunk Universal Forwarder"
|
||||
url="http://www.splunk.com/"
|
||||
|
|
@ -9,11 +9,11 @@ license=('custom')
|
|||
conflicts=('splunk')
|
||||
install="$pkgname.install"
|
||||
source=(
|
||||
"http://download.splunk.com/products/splunk/releases/6.3.1/universalforwarder/linux/$pkgname-${pkgver//_/-}-Linux-$CARCH.tgz"
|
||||
"http://download.splunk.com/products/splunk/releases/6.3.2/universalforwarder/linux/$pkgname-${pkgver//_/-}-Linux-$CARCH.tgz"
|
||||
"$pkgname.service"
|
||||
)
|
||||
sha256sums=(
|
||||
'2fcc095b44cdf47855f7c89bbe57b035e53341855a493f7e9f7fc20df004b761'
|
||||
'cec2892f5501103203370c65f63953014a7618072e4ff34d053b526879642473'
|
||||
'8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152'
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue