mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 7.2.1
This commit is contained in:
parent
65ca10cb88
commit
87e6b20edd
2 changed files with 12 additions and 12 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = splunkforwarder
|
||||
pkgdesc = Splunk Universal Forwarder
|
||||
pkgver = 7.2.0_8c86330ac18
|
||||
pkgver = 7.2.1_be11b2c46e23
|
||||
pkgrel = 1
|
||||
url = https://www.splunk.com/
|
||||
install = splunkforwarder.install
|
||||
|
|
@ -11,12 +11,12 @@ pkgbase = splunkforwarder
|
|||
conflicts = splunk
|
||||
source = splunkforwarder.service
|
||||
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.2.0/linux/splunkforwarder-7.2.0-8c86330ac18-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = a31e7e1339369ed4e204db34f4eee423b55d95dcf4e06c7fe02854c5dc7c6047
|
||||
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.2.0/linux/splunkforwarder-7.2.0-8c86330ac18-Linux-arm.tgz
|
||||
sha256sums_armv6h = 3e13b10d32e5f16481109cd58d2dad8a98d18a8118a03023b8d218956a3b7e2a
|
||||
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.2.0/linux/splunkforwarder-7.2.0-8c86330ac18-Linux-arm.tgz
|
||||
sha256sums_armv7h = 3e13b10d32e5f16481109cd58d2dad8a98d18a8118a03023b8d218956a3b7e2a
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.2.1/linux/splunkforwarder-7.2.1-be11b2c46e23-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = d3534163a01d8e2e481e77a9772b529967e70e11125a55e924d038ca74c9be41
|
||||
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.2.1/linux/splunkforwarder-7.2.1-be11b2c46e23-Linux-arm.tgz
|
||||
sha256sums_armv6h = 7f5a124614106e857607c4b03aada3afac5a6dc7c2fa063a6d93f26fd41ff1fa
|
||||
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.2.1/linux/splunkforwarder-7.2.1-be11b2c46e23-Linux-arm.tgz
|
||||
sha256sums_armv7h = 7f5a124614106e857607c4b03aada3afac5a6dc7c2fa063a6d93f26fd41ff1fa
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=7.2.0
|
||||
pkgver=${basever}_8c86330ac18
|
||||
basever=7.2.1
|
||||
pkgver=${basever}_be11b2c46e23
|
||||
pkgrel=1
|
||||
pkgdesc="Splunk Universal Forwarder"
|
||||
url="https://www.splunk.com/"
|
||||
|
|
@ -14,9 +14,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=('a31e7e1339369ed4e204db34f4eee423b55d95dcf4e06c7fe02854c5dc7c6047')
|
||||
sha256sums_armv6h=('3e13b10d32e5f16481109cd58d2dad8a98d18a8118a03023b8d218956a3b7e2a')
|
||||
sha256sums_armv7h=('3e13b10d32e5f16481109cd58d2dad8a98d18a8118a03023b8d218956a3b7e2a')
|
||||
sha256sums_x86_64=('d3534163a01d8e2e481e77a9772b529967e70e11125a55e924d038ca74c9be41')
|
||||
sha256sums_armv6h=('7f5a124614106e857607c4b03aada3afac5a6dc7c2fa063a6d93f26fd41ff1fa')
|
||||
sha256sums_armv7h=('7f5a124614106e857607c4b03aada3afac5a6dc7c2fa063a6d93f26fd41ff1fa')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue