mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 6.5.2
This commit is contained in:
parent
2b2f628776
commit
871eed1038
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Tue Nov 22 16:04:55 UTC 2016
|
||||
# Wed Jan 25 22:44:10 UTC 2017
|
||||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 6.5.1_f74036626f0c
|
||||
pkgver = 6.5.2_67571ef4b87d
|
||||
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.1/linux/splunkforwarder-6.5.1-f74036626f0c-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 9e5bcf980b6053eb5e1d11d35c059cef1cec7fdf3c00941fdea2776d3edaf1fc
|
||||
source_i686 = https://download.splunk.com/products/universalforwarder/releases/6.5.1/linux/splunkforwarder-6.5.1-f74036626f0c-Linux-i686.tgz
|
||||
sha256sums_i686 = b9c446c10f783f3eb5571fa2cb085579ba19771e4602c8f73cc626ed5d1a1079
|
||||
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
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=6.5.1
|
||||
pkgver=${basever}_f74036626f0c
|
||||
basever=6.5.2
|
||||
pkgver=${basever}_67571ef4b87d
|
||||
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=('9e5bcf980b6053eb5e1d11d35c059cef1cec7fdf3c00941fdea2776d3edaf1fc')
|
||||
sha256sums_i686=('b9c446c10f783f3eb5571fa2cb085579ba19771e4602c8f73cc626ed5d1a1079')
|
||||
sha256sums_x86_64=('5abff1db8867b69c38c197c2cd2bbaf4b4379ce74cda25c65f13e55b4dfa47fb')
|
||||
sha256sums_i686=('baa211d426dcde9749d2d7d4e56ef745b7e4188ec2443f37a480783d0ad39ebd')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue