summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrone2023-11-08 11:16:05 +0100
committerdrone2023-11-08 11:16:05 +0100
commitead91856e9140464ca46c94ffe72c36416bcc130 (patch)
treeea14100c4f72ae442f2693411be063ac0fb1c3aa
parentb4ea4a056690388d51ec8a3707147152320189c4 (diff)
downloadaur-ead91856e9140464ca46c94ffe72c36416bcc130.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 6d0f8a7499a1..73e19937dfcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.10.4
+ pkgver = 8.11.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.10.4-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.11.0-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = d89a2fc9e176d7ad8377d138fa43abe2acd7ce96da1db4eaf6d8963f1dbf2479ae36b35c1aa937942a69f16a601840210992276da24248dea2a13509cd66ac8b
+ sha512sums = 7bea4d1e7774c368e4274fb86ce0e78aad7ef6456c916fa907a47ffec4c79ed7d66b0c08ac4d8f5e02931b313334cbe380b751d56c66f18c225e3272b0ceba4e
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4427f21e57e0..d51ab5a90594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.10.4
+pkgver=8.11.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=('d89a2fc9e176d7ad8377d138fa43abe2acd7ce96da1db4eaf6d8963f1dbf2479ae36b35c1aa937942a69f16a601840210992276da24248dea2a13509cd66ac8b'
+sha512sums=('7bea4d1e7774c368e4274fb86ce0e78aad7ef6456c916fa907a47ffec4c79ed7d66b0c08ac4d8f5e02931b313334cbe380b751d56c66f18c225e3272b0ceba4e'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"