summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrone2023-09-22 11:16:57 +0200
committerdrone2023-09-22 11:16:57 +0200
commitc483555707f61a579269493ba40e72962b97864f (patch)
tree2d0ea66cef07bb8d918b000646ef0cb6bf4f5ec6
parent32f6155761f0005388878fe86f16ab6a6d3f7c4c (diff)
downloadaur-c483555707f61a579269493ba40e72962b97864f.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 879f525f258d..e488fa69d8fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.10.1
+ pkgver = 8.10.2
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.10.1-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.10.2-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = 4acf0103d0579fb930dbd13c5414bbeeef3173e8d901b83d2bb65bdeef68d3df63c23d29fe2d0a96118528465020eb37a188bdfd17a72833df83af8e32e27574
+ sha512sums = 5c0d319db2b11559e1b28f17c90a2ee4db305227f7da8cb9fc16f847f15cc5d33416925b1d24c90bab2efa38f67e0e2379ed8cd6e984f1f9aa6ac4b9961c8f7e
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index d9841039f5af..ad06ea5a9615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.10.1
+pkgver=8.10.2
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=('4acf0103d0579fb930dbd13c5414bbeeef3173e8d901b83d2bb65bdeef68d3df63c23d29fe2d0a96118528465020eb37a188bdfd17a72833df83af8e32e27574'
+sha512sums=('5c0d319db2b11559e1b28f17c90a2ee4db305227f7da8cb9fc16f847f15cc5d33416925b1d24c90bab2efa38f67e0e2379ed8cd6e984f1f9aa6ac4b9961c8f7e'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"