summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2022-11-08 15:09:19 +0100
committerThorsten Müller2022-11-08 15:09:19 +0100
commit6269ab446cff1c44df9d25fdde6f773302b4cad7 (patch)
tree521750b6a9aa1c1d5801810e10fae2cdb90434e5
parent6a2a6aa4778b20fefc49fdcf6256931c1a72ebb1 (diff)
downloadaur-6269ab446cff1c44df9d25fdde6f773302b4cad7.tar.gz
new version of filebeat-oss-bin
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15b85df2f54c..27f290100012 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = filebeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.4.3
+ pkgver = 8.5.0
pkgrel = 0
url = https://www.elastic.co/products/beats
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = filebeat-oss-bin
conflicts = filebeat-oss
backup = etc/filebeat-oss/filebeat.yml,
backup = etc/filebeat-oss/fields.yml
- source = https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.4.3-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.5.0-linux-x86_64.tar.gz
source = filebeat-oss.service
- sha512sums = 6d6ed06206c28135aca3cab4c82d95535ca33a60eaa208bd2daba33d4628daba630b400721b4b2b43ac7b553a7806993bd394d34ca998dcbe6a616ba5e7cf9ef
+ sha512sums = 5fd9419ab6278f87d932081e792c32298c742bcd58b189af283285e8f939ac7eb3c3869b4220c0abfce841ac177b226c7cbc600008dc07e399974564b38b8cc7
sha512sums = 405bc15510c0d39bbbf5f21db8eaa7b6a4032fd199c2115cfc6df23a32b072b40dffea524b9b779fbe624604b91d20e91d4e67e00e854ad5322ff9105609f779
pkgname = filebeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3cef72bfc5bd..abb477396cd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=filebeat-oss-bin
-pkgver=8.4.3
+pkgver=8.5.0
pkgrel=0
pkgdesc='Data shippers for Elasticsearch'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('glibc')
conflicts=(filebeat-oss)
source=("https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-${pkgver}-linux-x86_64.tar.gz"
"filebeat-oss.service")
-sha512sums=('6d6ed06206c28135aca3cab4c82d95535ca33a60eaa208bd2daba33d4628daba630b400721b4b2b43ac7b553a7806993bd394d34ca998dcbe6a616ba5e7cf9ef'
+sha512sums=('5fd9419ab6278f87d932081e792c32298c742bcd58b189af283285e8f939ac7eb3c3869b4220c0abfce841ac177b226c7cbc600008dc07e399974564b38b8cc7'
'405bc15510c0d39bbbf5f21db8eaa7b6a4032fd199c2115cfc6df23a32b072b40dffea524b9b779fbe624604b91d20e91d4e67e00e854ad5322ff9105609f779')
backup=('etc/filebeat-oss/filebeat.yml', 'etc/filebeat-oss/fields.yml')
srcpath="filebeat-${pkgver}-linux-x86_64"