summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2023-06-05 09:52:03 +0200
committerThorsten Müller2023-06-05 09:52:03 +0200
commit24ca0c7535ecd3803e60663cb6e4ac9809e8bcd3 (patch)
tree710e471695da83b943df6007c88619a50a5791b0
parenteb1a0e1f4a99d94bb83dbe9e57e00523fbe6b56b (diff)
downloadaur-24ca0c7535ecd3803e60663cb6e4ac9809e8bcd3.tar.gz
new version of auditbeat-oss-bin
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9500406b37e..d7fc15f1401a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-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 = auditbeat-oss-bin
conflicts = auditbeat-oss
backup = etc/auditbeat-oss/auditbeat.yml,
backup = etc/auditbeat-oss/fields.yml
- source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.7.1-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.8.0-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = e24b67e3a85636008f64896b49d9f087fff1a725f928e75e9218f95e1becfc967fb886b6df83283aa50482c3d013b510fe9823c3c6b125ee5252426a43a34c64
+ sha512sums = 2353fefe8fe8fc638718da4848d04ea4d7b0c6910a0cb95b3ecc50ceb9eeb8b64be9121f218ad621ef52e5f729a6f07fd03205247c8d931525e351c403737fb0
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index 36975d791a00..17b35829a918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-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=(auditbeat-oss)
source=("https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-${pkgver}-linux-x86_64.tar.gz"
"auditbeat-oss.service")
-sha512sums=('e24b67e3a85636008f64896b49d9f087fff1a725f928e75e9218f95e1becfc967fb886b6df83283aa50482c3d013b510fe9823c3c6b125ee5252426a43a34c64'
+sha512sums=('2353fefe8fe8fc638718da4848d04ea4d7b0c6910a0cb95b3ecc50ceb9eeb8b64be9121f218ad621ef52e5f729a6f07fd03205247c8d931525e351c403737fb0'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"