summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrone2023-09-19 11:15:58 +0200
committerdrone2023-09-19 11:15:58 +0200
commit32f6155761f0005388878fe86f16ab6a6d3f7c4c (patch)
treee97986427486571c8568ec59cfe1c13fb804a950
parent379ba57dd0cf661290a8269e26735bf7a039b6c9 (diff)
downloadaur-32f6155761f0005388878fe86f16ab6a6d3f7c4c.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 568b93253e66..879f525f258d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.10.0
+ pkgver = 8.10.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.10.0-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.10.1-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = d5181b5870d4ec4769196f681d2688ead85c8a85670110e6fa7fa6d5142d33d1894c65e38af9b2b67f4792ed54ebc3af615c9eceb041e48511af5080e7f7efe2
+ sha512sums = 4acf0103d0579fb930dbd13c5414bbeeef3173e8d901b83d2bb65bdeef68d3df63c23d29fe2d0a96118528465020eb37a188bdfd17a72833df83af8e32e27574
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index eb5cfb191038..d9841039f5af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.10.0
+pkgver=8.10.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=('d5181b5870d4ec4769196f681d2688ead85c8a85670110e6fa7fa6d5142d33d1894c65e38af9b2b67f4792ed54ebc3af615c9eceb041e48511af5080e7f7efe2'
+sha512sums=('4acf0103d0579fb930dbd13c5414bbeeef3173e8d901b83d2bb65bdeef68d3df63c23d29fe2d0a96118528465020eb37a188bdfd17a72833df83af8e32e27574'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"