mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 6.5.1
This commit is contained in:
parent
0f8202dffe
commit
2b2f628776
2 changed files with 16 additions and 16 deletions
16
.SRCINFO
16
.SRCINFO
|
|
@ -1,10 +1,10 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Wed Sep 28 21:47:49 UTC 2016
|
||||
# Tue Nov 22 16:04:55 UTC 2016
|
||||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 6.5.0_59c8927def0f
|
||||
pkgrel = 3
|
||||
url = http://www.splunk.com/
|
||||
pkgver = 6.5.1_f74036626f0c
|
||||
pkgrel = 1
|
||||
url = https://www.splunk.com/
|
||||
install = splunkforwarder.install
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
|
|
@ -12,10 +12,10 @@ pkgbase = splunkforwarder
|
|||
conflicts = splunk
|
||||
source = splunkforwarder.service
|
||||
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
|
||||
source_x86_64 = http://download.splunk.com/products/universalforwarder/releases/6.5.0/linux/splunkforwarder-6.5.0-59c8927def0f-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = d085c770e5c154494d1e7571a95d9f23d036fd513ce054ba3120b2f5a255f6bf
|
||||
source_i686 = http://download.splunk.com/products/universalforwarder/releases/6.5.0/linux/splunkforwarder-6.5.0-59c8927def0f-Linux-i686.tgz
|
||||
sha256sums_i686 = 2d0bb320c57350f45f358ed8064f5deed33ad86d7a78010c0a2658783d2efec4
|
||||
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
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
||||
|
|
|
|||
16
PKGBUILD
16
PKGBUILD
|
|
@ -1,20 +1,20 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=6.5.0
|
||||
pkgver=${basever}_59c8927def0f
|
||||
pkgrel=3
|
||||
basever=6.5.1
|
||||
pkgver=${basever}_f74036626f0c
|
||||
pkgrel=1
|
||||
pkgdesc="Splunk Universal Forwarder"
|
||||
url="http://www.splunk.com/"
|
||||
url="https://www.splunk.com/"
|
||||
arch=('x86_64' 'i686')
|
||||
license=('custom')
|
||||
conflicts=('splunk')
|
||||
install="$pkgname.install"
|
||||
source=("$pkgname.service")
|
||||
source_i686=("http://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-i686.tgz")
|
||||
source_x86_64=("http://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-x86_64.tgz")
|
||||
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_i686=('2d0bb320c57350f45f358ed8064f5deed33ad86d7a78010c0a2658783d2efec4')
|
||||
sha256sums_x86_64=('d085c770e5c154494d1e7571a95d9f23d036fd513ce054ba3120b2f5a255f6bf')
|
||||
sha256sums_x86_64=('9e5bcf980b6053eb5e1d11d35c059cef1cec7fdf3c00941fdea2776d3edaf1fc')
|
||||
sha256sums_i686=('b9c446c10f783f3eb5571fa2cb085579ba19771e4602c8f73cc626ed5d1a1079')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue