summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordrone2023-10-11 11:16:02 +0200
committerdrone2023-10-11 11:16:02 +0200
commit64fe40dd588e7376c63313a16aead8d96362c0b5 (patch)
tree9bb14a4c278a5fe3c5cd9bbd5b24d98b44842730
parentc483555707f61a579269493ba40e72962b97864f (diff)
downloadaur-64fe40dd588e7376c63313a16aead8d96362c0b5.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 e488fa69d8fc..848e4cb6c7a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.10.2
+ pkgver = 8.10.3
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.2-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.10.3-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = 5c0d319db2b11559e1b28f17c90a2ee4db305227f7da8cb9fc16f847f15cc5d33416925b1d24c90bab2efa38f67e0e2379ed8cd6e984f1f9aa6ac4b9961c8f7e
+ sha512sums = 24f4956d6df054a15155f49ba464c4427930ebfd2a52f6a4aa2adb72ecbef3ec86e7fe8e753f0de8fb6623b7aa6d0689b1018b4422681cca6bd2b3ec4c28b012
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index ad06ea5a9615..7d79c941cc8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.10.2
+pkgver=8.10.3
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=('5c0d319db2b11559e1b28f17c90a2ee4db305227f7da8cb9fc16f847f15cc5d33416925b1d24c90bab2efa38f67e0e2379ed8cd6e984f1f9aa6ac4b9961c8f7e'
+sha512sums=('24f4956d6df054a15155f49ba464c4427930ebfd2a52f6a4aa2adb72ecbef3ec86e7fe8e753f0de8fb6623b7aa6d0689b1018b4422681cca6bd2b3ec4c28b012'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"