summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2024-04-03 19:55:07 +0200
committerThorsten Müller2024-04-03 19:55:07 +0200
commitd030830c531bfa120ad63164c438aecc2eeffcd6 (patch)
treebeefb71b685b0d9d9b60f0c1e94e93e6d62c9e52
parent6e83503fc728cce78131ddf873918c3464cdadeb (diff)
downloadaur-d030830c531bfa120ad63164c438aecc2eeffcd6.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 179d13290c57..fc5a3d1b6324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.12.1
+ pkgver = 8.13.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.12.1-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.13.1-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = 027839b60f31654555a26ba7eae44c652bbbae1dc84d7c7f2e448714286ba70c0ed9b193b4a2b1805a5c5e59b369fc0b5edfe9a861b3c77ce6af38d63e5d63ea
+ sha512sums = aed285fd3994425713cef20457011af150c0ef33a2f450ad888c878a358c6f159cbe410b0715b348d2a7de8c4bb1855f804267badcd7e5a32a0cb63732b7b2c8
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index e9f4f6b528b4..764fbd36f7aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.12.1
+pkgver=8.13.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=('027839b60f31654555a26ba7eae44c652bbbae1dc84d7c7f2e448714286ba70c0ed9b193b4a2b1805a5c5e59b369fc0b5edfe9a861b3c77ce6af38d63e5d63ea'
+sha512sums=('aed285fd3994425713cef20457011af150c0ef33a2f450ad888c878a358c6f159cbe410b0715b348d2a7de8c4bb1855f804267badcd7e5a32a0cb63732b7b2c8'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"