summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2023-05-19 08:53:49 +0200
committerThorsten Müller2023-05-19 08:53:49 +0200
commiteb1a0e1f4a99d94bb83dbe9e57e00523fbe6b56b (patch)
tree96ea7e183d511bc7456b47a8876f0ec1d951abba
parentcdffabdfa64773a2fa5e38c13391d135c0acc07a (diff)
downloadaur-eb1a0e1f4a99d94bb83dbe9e57e00523fbe6b56b.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 03bd86165f71..c9500406b37e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.7.0
+ pkgver = 8.7.1
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.0-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.7.1-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = f097e002e555da446c8a227f5e0870a0039fac286f1c1dff351dc20922ae54f89dfea28e0be92cfe33b2bef3fab4f5a0b610d9f4c684ab094040ce9420fd7818
+ sha512sums = e24b67e3a85636008f64896b49d9f087fff1a725f928e75e9218f95e1becfc967fb886b6df83283aa50482c3d013b510fe9823c3c6b125ee5252426a43a34c64
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index 82e62b9793ec..36975d791a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.7.0
+pkgver=8.7.1
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=('f097e002e555da446c8a227f5e0870a0039fac286f1c1dff351dc20922ae54f89dfea28e0be92cfe33b2bef3fab4f5a0b610d9f4c684ab094040ce9420fd7818'
+sha512sums=('e24b67e3a85636008f64896b49d9f087fff1a725f928e75e9218f95e1becfc967fb886b6df83283aa50482c3d013b510fe9823c3c6b125ee5252426a43a34c64'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"