summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7340e31c00f4..f83c6ce7f36b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: thorko contact@thorko.de
pkgname=sensu-cli
-pkgver=5.18.0
+pkgver=5.18.1
pkgrel=1
pkgdesc="Sensu Go cli"
arch=('x86_64' 'armv7h')
@@ -9,13 +9,13 @@ license=('MIT')
if [ "$CARCH" = "armv7h" ]; then
source=("${pkgname}-${pkgver}_armv7h.tar.gz::https://s3-us-west-2.amazonaws.com/sensu.io/sensu-go/${pkgver}/sensu-go_${pkgver}_linux_armv7.tar.gz")
sha256sums=(
- '2eb3ad5261e37f7df5c40c21bef252597ce57465c2d06f6c343c7fb1f4855492'
+ '1e898944785a4f1c711da850fc5e20476f70e853032e2b1390ba6ccd2ee73a59'
)
fi
if [ "$CARCH" = "x86_64" ]; then
source=("${pkgname}-${pkgver}_x86_64.tar.gz::https://s3-us-west-2.amazonaws.com/sensu.io/sensu-go/${pkgver}/sensu-go_${pkgver}_linux_amd64.tar.gz")
sha256sums=(
- '5ca0603afe4a8c04cca7310ff5f8eb604a5c04bc5f2642e967025a9035a0b9a6'
+ '75d153a4c8294870528e1bfc7a285f8ee0df056e833365c7f4b0c3d07bbfa094'
)
fi