summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2023-07-13 06:38:26 +0200
committerThorsten Müller2023-07-13 06:38:26 +0200
commita3715911c252e466b9b782b566110a6f00aa8d94 (patch)
tree911eea38fe453ecbc7846826028e34ae94fe850a
parent24ca0c7535ecd3803e60663cb6e4ac9809e8bcd3 (diff)
downloadaur-a3715911c252e466b9b782b566110a6f00aa8d94.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 d7fc15f1401a..e04642fcf640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.8.0
+ pkgver = 8.8.2
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.8.0-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.8.2-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = 2353fefe8fe8fc638718da4848d04ea4d7b0c6910a0cb95b3ecc50ceb9eeb8b64be9121f218ad621ef52e5f729a6f07fd03205247c8d931525e351c403737fb0
+ sha512sums = 06eb7a87890e6b1ce4d1acb1277796f244592002c804df00f199666d4e979cd4437e120eca216fd46880b72280a6fe5d4c6bf10c8ded4d5e770c4b55885059eb
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17b35829a918..cadf275c3ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.8.0
+pkgver=8.8.2
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=('2353fefe8fe8fc638718da4848d04ea4d7b0c6910a0cb95b3ecc50ceb9eeb8b64be9121f218ad621ef52e5f729a6f07fd03205247c8d931525e351c403737fb0'
+sha512sums=('06eb7a87890e6b1ce4d1acb1277796f244592002c804df00f199666d4e979cd4437e120eca216fd46880b72280a6fe5d4c6bf10c8ded4d5e770c4b55885059eb'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"