mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 7.1.2
This commit is contained in:
parent
8f15fb0b48
commit
a0cd32e6ed
2 changed files with 15 additions and 15 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 7.1.1_8f0ead9ec3db
|
||||
pkgver = 7.1.2_a0c72a66db66
|
||||
pkgrel = 1
|
||||
url = https://www.splunk.com/
|
||||
install = splunkforwarder.install
|
||||
|
|
@ -12,14 +12,14 @@ pkgbase = splunkforwarder
|
|||
conflicts = splunk
|
||||
source = splunkforwarder.service
|
||||
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.1.1/linux/splunkforwarder-7.1.1-8f0ead9ec3db-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = d086f76dceb9d9a72569c903033313d86827c5c3928afdbc4d4de072fe025c31
|
||||
source_i686 = https://download.splunk.com/products/universalforwarder/releases/7.1.1/linux/splunkforwarder-7.1.1-8f0ead9ec3db-Linux-i686.tgz
|
||||
sha256sums_i686 = 711fdc5158763989d92cd6517a2216f102add6e64bad953490a0dabeb744a807
|
||||
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.1.1/linux/splunkforwarder-7.1.1-8f0ead9ec3db-Linux-arm.tgz
|
||||
sha256sums_armv6h = ec858c85a02ed79360434e1f66ba637a79f4a2eb32cfce2770e02044a8d8528a
|
||||
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.1.1/linux/splunkforwarder-7.1.1-8f0ead9ec3db-Linux-arm.tgz
|
||||
sha256sums_armv7h = ec858c85a02ed79360434e1f66ba637a79f4a2eb32cfce2770e02044a8d8528a
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.1.2/linux/splunkforwarder-7.1.2-a0c72a66db66-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 2ea92984f6ae7af7fcd0780d1f1767bf00000223b9d8af9915e6ee1d3d2494d5
|
||||
source_i686 = https://download.splunk.com/products/universalforwarder/releases/7.1.2/linux/splunkforwarder-7.1.2-a0c72a66db66-Linux-i686.tgz
|
||||
sha256sums_i686 = edc7b9ed041e9bfca34c2d4119c674319aa4ebe76dfe6447ac8a5b7035cd924b
|
||||
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.1.2/linux/splunkforwarder-7.1.2-a0c72a66db66-Linux-arm.tgz
|
||||
sha256sums_armv6h = d8f0b767baad8597b4b10793d14478073b606ffe7aee6d330baf1f64520869e5
|
||||
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.1.2/linux/splunkforwarder-7.1.2-a0c72a66db66-Linux-arm.tgz
|
||||
sha256sums_armv7h = d8f0b767baad8597b4b10793d14478073b606ffe7aee6d330baf1f64520869e5
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
||||
|
|
|
|||
12
PKGBUILD
12
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=7.1.1
|
||||
pkgver=${basever}_8f0ead9ec3db
|
||||
basever=7.1.2
|
||||
pkgver=${basever}_a0c72a66db66
|
||||
pkgrel=1
|
||||
pkgdesc="Splunk Universal Forwarder"
|
||||
url="https://www.splunk.com/"
|
||||
|
|
@ -15,10 +15,10 @@ source_x86_64=("https://download.splunk.com/products/universalforwarder/releases
|
|||
source_armv6h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-arm.tgz")
|
||||
source_armv7h=("https://download.splunk.com/products/universalforwarder/releases/$basever/linux/$pkgname-${pkgver//_/-}-Linux-arm.tgz")
|
||||
sha256sums=('8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152')
|
||||
sha256sums_x86_64=('d086f76dceb9d9a72569c903033313d86827c5c3928afdbc4d4de072fe025c31')
|
||||
sha256sums_i686=('711fdc5158763989d92cd6517a2216f102add6e64bad953490a0dabeb744a807')
|
||||
sha256sums_armv6h=('ec858c85a02ed79360434e1f66ba637a79f4a2eb32cfce2770e02044a8d8528a')
|
||||
sha256sums_armv7h=('ec858c85a02ed79360434e1f66ba637a79f4a2eb32cfce2770e02044a8d8528a')
|
||||
sha256sums_x86_64=('2ea92984f6ae7af7fcd0780d1f1767bf00000223b9d8af9915e6ee1d3d2494d5')
|
||||
sha256sums_i686=('edc7b9ed041e9bfca34c2d4119c674319aa4ebe76dfe6447ac8a5b7035cd924b')
|
||||
sha256sums_armv6h=('d8f0b767baad8597b4b10793d14478073b606ffe7aee6d330baf1f64520869e5')
|
||||
sha256sums_armv7h=('d8f0b767baad8597b4b10793d14478073b606ffe7aee6d330baf1f64520869e5')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue