summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2022-12-08 22:16:20 +0100
committerThorsten Müller2022-12-08 22:16:20 +0100
commit7fd1b74de8352a7e27e0e8f944f5cae149bba10b (patch)
tree3222fb0a042ea6b4e9369f0042bdfeadcf8c77b5
parentc8ee62df3581c6ea6f5456914d172356c369c3cb (diff)
downloadaur-7fd1b74de8352a7e27e0e8f944f5cae149bba10b.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 e615a44b1f0f..656a5b5f7b4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = filebeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.5.2
+ pkgver = 8.5.3
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.5.2-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.5.3-linux-x86_64.tar.gz
source = filebeat-oss.service
- sha512sums = 214306cd0a1b41d5040de45a5ee85ec088af81d2d1a1bed0de1ea134df966f9be49b0bf0dd52d59c581943432358a0c22726de6643d7eba79c5a74d721c12e5a
+ sha512sums = d1c63bf17729c0f710c86dd6196039f60b3cbb68d560a1689cd3f47f8f46fd59b835a93140560b0c786791b495e1d936d01f9d3a5dcf2588003a4adac0bd6cd2
sha512sums = 405bc15510c0d39bbbf5f21db8eaa7b6a4032fd199c2115cfc6df23a32b072b40dffea524b9b779fbe624604b91d20e91d4e67e00e854ad5322ff9105609f779
pkgname = filebeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index 73e1a864e9b4..c1c424d06411 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=filebeat-oss-bin
-pkgver=8.5.2
+pkgver=8.5.3
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=('214306cd0a1b41d5040de45a5ee85ec088af81d2d1a1bed0de1ea134df966f9be49b0bf0dd52d59c581943432358a0c22726de6643d7eba79c5a74d721c12e5a'
+sha512sums=('d1c63bf17729c0f710c86dd6196039f60b3cbb68d560a1689cd3f47f8f46fd59b835a93140560b0c786791b495e1d936d01f9d3a5dcf2588003a4adac0bd6cd2'
'405bc15510c0d39bbbf5f21db8eaa7b6a4032fd199c2115cfc6df23a32b072b40dffea524b9b779fbe624604b91d20e91d4e67e00e854ad5322ff9105609f779')
backup=('etc/filebeat-oss/filebeat.yml', 'etc/filebeat-oss/fields.yml')
srcpath="filebeat-${pkgver}-linux-x86_64"