summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da1380984281..91500eb41fbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.13.3
+ pkgver = 8.14.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.13.3-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.14.1-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = 5332848a64951e3df55732d9dff2fd1d3736c90f65c193341829391a7cd287d52ea76246041a18e498543ddf7bd86fc7a51aa3e3887a988b12ea8f3ccf064957
+ sha512sums = 02ed4e9a50e74d091d0dcce9a022a358dd6290c827ac79a7bd3737718901f2b49178d03d16f5109d05f2c6e9c1a565a989a3d8062761975884d55ee072bdae85
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index 65a38b67b3a0..de6a6f88112c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.13.3
+pkgver=8.14.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=('5332848a64951e3df55732d9dff2fd1d3736c90f65c193341829391a7cd287d52ea76246041a18e498543ddf7bd86fc7a51aa3e3887a988b12ea8f3ccf064957'
+sha512sums=('02ed4e9a50e74d091d0dcce9a022a358dd6290c827ac79a7bd3737718901f2b49178d03d16f5109d05f2c6e9c1a565a989a3d8062761975884d55ee072bdae85'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"