summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2023-06-05 09:52:13 +0200
committerThorsten Müller2023-06-05 09:52:13 +0200
commitfb4d2a95d161278a45cc9cde5e9dc5c6c9046eae (patch)
tree9b721c1f3939089999466fa2db428b22d2b8adb9
parent98f714406e4f9ec69f1c7c25ae77214eb811b864 (diff)
downloadaur-fb4d2a95d161278a45cc9cde5e9dc5c6c9046eae.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 d0a2e0365536..d5e7c7c1e47e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = filebeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.7.1
+ pkgver = 8.8.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.7.1-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-8.8.0-linux-x86_64.tar.gz
source = filebeat-oss.service
- sha512sums = f91cd611b8d3c511f61b50f40581be54a7ea03d95a7983f9d617816921bcfff6ab543d28a39314285f69ad906c2e0e9c99eb2c822d40190328bbd194386df5ea
+ sha512sums = 301799568893c5812e8cf03b71e1dc9d8bace23aa0dcc0b7aa8a54507493498ddc3360718bd41b96f7da7a9e38aec042ca16d5eaeaac11e44ba7c9dca775c4b1
sha512sums = 405bc15510c0d39bbbf5f21db8eaa7b6a4032fd199c2115cfc6df23a32b072b40dffea524b9b779fbe624604b91d20e91d4e67e00e854ad5322ff9105609f779
pkgname = filebeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8053c0fb4ca9..3f9abaef89f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=filebeat-oss-bin
-pkgver=8.7.1
+pkgver=8.8.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=('f91cd611b8d3c511f61b50f40581be54a7ea03d95a7983f9d617816921bcfff6ab543d28a39314285f69ad906c2e0e9c99eb2c822d40190328bbd194386df5ea'
+sha512sums=('301799568893c5812e8cf03b71e1dc9d8bace23aa0dcc0b7aa8a54507493498ddc3360718bd41b96f7da7a9e38aec042ca16d5eaeaac11e44ba7c9dca775c4b1'
'405bc15510c0d39bbbf5f21db8eaa7b6a4032fd199c2115cfc6df23a32b072b40dffea524b9b779fbe624604b91d20e91d4e67e00e854ad5322ff9105609f779')
backup=('etc/filebeat-oss/filebeat.yml', 'etc/filebeat-oss/fields.yml')
srcpath="filebeat-${pkgver}-linux-x86_64"