summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Müller2022-10-06 20:00:06 +0200
committerThorsten Müller2022-10-06 20:00:06 +0200
commit05f80c29925f5287c09217eef0f6c837a238b5cf (patch)
tree16e9866f98542f27eb31c252f203ee1e85433d38
parentacab72c760488b1d83d7239105b72a6a8f13c8c5 (diff)
downloadaur-05f80c29925f5287c09217eef0f6c837a238b5cf.tar.gz
update version to 8.4.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40c508bd01a3..7ee822b7a4bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = auditbeat-oss-bin
pkgdesc = Data shippers for Elasticsearch
- pkgver = 8.4.2
- pkgrel = 1
+ pkgver = 8.4.3
+ pkgrel = 0
url = https://www.elastic.co/products/beats
arch = x86_64
license = Apache
@@ -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.4.2-linux-x86_64.tar.gz
+ source = https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-8.4.3-linux-x86_64.tar.gz
source = auditbeat-oss.service
- sha512sums = 8e65c3f4de1a8d35dd988ca39b38cb17c157ab18461a8fb97d96adccb3663406b9405db7255b982e3a8b7bac3ebe9b6624864b6aa42cc491ea8c35807781d8e1
+ sha512sums = 1d4b62ca08378c3d9079c8efe9d466a9ab5c0d33722e6931276173a9607dc13d261b8bf0bf05b26693b92ec32d6b1b2bb5f5f4bb940694bc6d0fc1137fb9589d
sha512sums = 6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13
pkgname = auditbeat-oss-bin
diff --git a/PKGBUILD b/PKGBUILD
index b319e5721e71..fd47b3584a52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Thorsten Müller
pkgname=auditbeat-oss-bin
-pkgver=8.4.2
-pkgrel=1
+pkgver=8.4.3
+pkgrel=0
pkgdesc='Data shippers for Elasticsearch'
arch=('x86_64')
url='https://www.elastic.co/products/beats'
@@ -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=('8e65c3f4de1a8d35dd988ca39b38cb17c157ab18461a8fb97d96adccb3663406b9405db7255b982e3a8b7bac3ebe9b6624864b6aa42cc491ea8c35807781d8e1'
+sha512sums=('1d4b62ca08378c3d9079c8efe9d466a9ab5c0d33722e6931276173a9607dc13d261b8bf0bf05b26693b92ec32d6b1b2bb5f5f4bb940694bc6d0fc1137fb9589d'
'6c2b7ad706efbbaab55e2bd6a63dd85ee358aeed8255a829adeacdcd45d364520cc7f0328cfa966d61e911042d8fac40abc7ff36cdb7a834fc83df7da94fce13')
backup=('etc/auditbeat-oss/auditbeat.yml', 'etc/auditbeat-oss/fields.yml')
srcpath="auditbeat-${pkgver}-linux-x86_64"