mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Updated to version 7.3.1
This commit is contained in:
parent
fa1831f4b1
commit
da1990950b
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.3.0_657388c7a488
|
||||
pkgver = 7.3.1_bd63e13aa157
|
||||
pkgrel = 1
|
||||
epoch = 2
|
||||
url = https://www.splunk.com/
|
||||
|
|
@ -12,12 +12,12 @@ pkgbase = splunkforwarder
|
|||
conflicts = splunk
|
||||
source = splunkforwarder.service
|
||||
sha256sums = 8bd6b2bcf9e9d89d3ab2160c409687313bbee00b7e44b3df3266b44d15a5c152
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.3.0/linux/splunkforwarder-7.3.0-657388c7a488-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 0433bf4d1f801f01783bcb73e7b57c43d91c2c6ffa1010b8dc7fd79bc424573b
|
||||
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.3.0/linux/splunkforwarder-7.3.0-657388c7a488-Linux-arm.tgz
|
||||
sha256sums_armv6h = 36091d223fb73881b79de263314d3bcda75913ba6f33aa1a7267099550062f54
|
||||
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.3.0/linux/splunkforwarder-7.3.0-657388c7a488-Linux-arm.tgz
|
||||
sha256sums_armv7h = 36091d223fb73881b79de263314d3bcda75913ba6f33aa1a7267099550062f54
|
||||
source_x86_64 = https://download.splunk.com/products/universalforwarder/releases/7.3.1/linux/splunkforwarder-7.3.1-bd63e13aa157-Linux-x86_64.tgz
|
||||
sha256sums_x86_64 = 62c20e294ef96d5dfe06881b28a1dd09b4ce88175583260f48197224953aa18f
|
||||
source_armv6h = https://download.splunk.com/products/universalforwarder/releases/7.3.1/linux/splunkforwarder-7.3.1-bd63e13aa157-Linux-arm.tgz
|
||||
sha256sums_armv6h = b32f7653ef1ae90a1748eec1328af9b8e3ad5932c92c60564521b3626682187c
|
||||
source_armv7h = https://download.splunk.com/products/universalforwarder/releases/7.3.1/linux/splunkforwarder-7.3.1-bd63e13aa157-Linux-arm.tgz
|
||||
sha256sums_armv7h = b32f7653ef1ae90a1748eec1328af9b8e3ad5932c92c60564521b3626682187c
|
||||
|
||||
pkgname = splunkforwarder
|
||||
|
||||
|
|
|
|||
10
PKGBUILD
10
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: L. Bradley LaBoon <me@bradleylaboon.com>
|
||||
pkgname=splunkforwarder
|
||||
basever=7.3.0
|
||||
pkgver=${basever}_657388c7a488
|
||||
basever=7.3.1
|
||||
pkgver=${basever}_bd63e13aa157
|
||||
pkgrel=1
|
||||
epoch=2
|
||||
pkgdesc="Splunk Universal Forwarder"
|
||||
|
|
@ -15,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=('0433bf4d1f801f01783bcb73e7b57c43d91c2c6ffa1010b8dc7fd79bc424573b')
|
||||
sha256sums_armv6h=('36091d223fb73881b79de263314d3bcda75913ba6f33aa1a7267099550062f54')
|
||||
sha256sums_armv7h=('36091d223fb73881b79de263314d3bcda75913ba6f33aa1a7267099550062f54')
|
||||
sha256sums_x86_64=('62c20e294ef96d5dfe06881b28a1dd09b4ce88175583260f48197224953aa18f')
|
||||
sha256sums_armv6h=('b32f7653ef1ae90a1748eec1328af9b8e3ad5932c92c60564521b3626682187c')
|
||||
sha256sums_armv7h=('b32f7653ef1ae90a1748eec1328af9b8e3ad5932c92c60564521b3626682187c')
|
||||
|
||||
package() {
|
||||
cd "$srcdir"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue