mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 6.6.1
This commit is contained in:
parent
72fcaba088
commit
ab147d44d7
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue May 2 14:16:14 UTC 2017
|
||||
# Thu May 25 13:53:57 UTC 2017
|
||||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 6.6.0_1c4f3bbe1aea
|
||||
pkgver = 6.6.1_aeae3fe0c5af
|
||||
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.6.0/linux/splunkforwarder-6.6.0-1c4f3bbe1aea-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 28a34fac249aadb413725058036128d946a4c591ee6ed220b7473ed19ba6b98e
|
||||
source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.6.0/linux/splunkforwarder-6.6.0-1c4f3bbe1aea-Linux-i686.tgz
|
||||
sha256sums_i686 = 48ffd6b82504695265e8d7294c5219a376bd82ae842f5b6b49ae1eb317b1dc3c
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/6.6.1/linux/splunkforwarder-6.6.1-aeae3fe0c5af-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 94152311d4afc92f610f2469fd9c5b5c711e55a0229b80807ee713b140fb40f2
|
||||
source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.6.1/linux/splunkforwarder-6.6.1-aeae3fe0c5af-Linux-i686.tgz
|
||||
sha256sums_i686 = e14f395ea30a82a771e8bcfced0c606815792e56ce5f9b098e3152cbc3a2b5eb
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=6.6.0
|
||||
pkgver=${basever}_1c4f3bbe1aea
|
||||
basever=6.6.1
|
||||
pkgver=${basever}_aeae3fe0c5af
|
||||
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=('28a34fac249aadb413725058036128d946a4c591ee6ed220b7473ed19ba6b98e')
|
||||
sha256sums_i686=('48ffd6b82504695265e8d7294c5219a376bd82ae842f5b6b49ae1eb317b1dc3c')
|
||||
sha256sums_x86_64=('94152311d4afc92f610f2469fd9c5b5c711e55a0229b80807ee713b140fb40f2')
|
||||
sha256sums_i686=('e14f395ea30a82a771e8bcfced0c606815792e56ce5f9b098e3152cbc3a2b5eb')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue