mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 7.2.5.1
This commit is contained in:
parent
d21fa02096
commit
a5f08f7951
2 changed files with 14 additions and 12 deletions
15
.SRCINFO
15
.SRCINFO
|
|
@ -1,7 +1,8 @@
|
|||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 7.2.4.2_fb30470262e3
|
||||
pkgver = 7.2.5.1_962d9a8e1586
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://www.splunk.com/
|
||||
install = splunkforwarder.install
|
||||
arch = x86_64
|
||||
|
|
@ -11,12 +12,12 @@ pkgbase = splunkforwarder
|
|||
conflicts = splunk
|
||||
source = splunkforwarder.service
|
||||
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.2.4.2/linux/splunkforwarder-7.2.4.2-fb30470262e3-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 79bfff8b2f1f7cce79bad9338616af5af54bb0f1998c6d5e18004e9bfd82185d
|
||||
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.2.4.2/linux/splunkforwarder-7.2.4.2-fb30470262e3-Linux-arm.tgz
|
||||
sha256sums_armv6h = b411a515ec121c05a4629bbe4a79e807e87fd6e824b1337733adbdc034437909
|
||||
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.2.4.2/linux/splunkforwarder-7.2.4.2-fb30470262e3-Linux-arm.tgz
|
||||
sha256sums_armv7h = b411a515ec121c05a4629bbe4a79e807e87fd6e824b1337733adbdc034437909
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.2.5.1/linux/splunkforwarder-7.2.5.1-962d9a8e1586-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = f1499e16d27add630ae3354c01885ea57a7978b29552618b5f599d213f459f6a
|
||||
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.2.5.1/linux/splunkforwarder-7.2.5.1-962d9a8e1586-Linux-arm.tgz
|
||||
sha256sums_armv6h = ecdb23f8bda1f658651296b02a1566d93c82f5c3d5698589cfc0437948eccaa0
|
||||
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.2.5.1/linux/splunkforwarder-7.2.5.1-962d9a8e1586-Linux-arm.tgz
|
||||
sha256sums_armv7h = ecdb23f8bda1f658651296b02a1566d93c82f5c3d5698589cfc0437948eccaa0
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,8 +1,9 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=7.2.4.2
|
||||
pkgver=${basever}_fb30470262e3
|
||||
basever=7.2.5.1
|
||||
pkgver=${basever}_962d9a8e1586
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Splunk Universal Forwarder"
|
||||
url="https://www.splunk.com/"
|
||||
arch=('x86_64' 'armv6h' 'armv7h')
|
||||
|
|
@ -14,9 +15,9 @@ 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=('79bfff8b2f1f7cce79bad9338616af5af54bb0f1998c6d5e18004e9bfd82185d')
|
||||
sha256sums_armv6h=('b411a515ec121c05a4629bbe4a79e807e87fd6e824b1337733adbdc034437909')
|
||||
sha256sums_armv7h=('b411a515ec121c05a4629bbe4a79e807e87fd6e824b1337733adbdc034437909')
|
||||
sha256sums_x86_64=('f1499e16d27add630ae3354c01885ea57a7978b29552618b5f599d213f459f6a')
|
||||
sha256sums_armv6h=('ecdb23f8bda1f658651296b02a1566d93c82f5c3d5698589cfc0437948eccaa0')
|
||||
sha256sums_armv7h=('ecdb23f8bda1f658651296b02a1566d93c82f5c3d5698589cfc0437948eccaa0')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue