summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThorsten Müller2020-02-26 17:15:34 +0100
committerThorsten Müller2020-02-26 17:15:34 +0100
commit651b37a6af336439b7e43e895b968d9cce35d44e (patch)
tree4682b4ec4b3c64fbeaef6ea533ad63c65d042997 /PKGBUILD
parentf0defc6a96246c8a88fe8ad03411ea5f71a8ad0c (diff)
downloadaur-651b37a6af336439b7e43e895b968d9cce35d44e.tar.gz
new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc5406d48ab2..7340e31c00f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: thorko contact@thorko.de
pkgname=sensu-cli
-pkgver=5.17.2
+pkgver=5.18.0
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=(
- '08852fafc59c3ad85403af7d7ebc1e29faa5d0a6f7d9643c1d6b290b87ea06d8'
+ '2eb3ad5261e37f7df5c40c21bef252597ce57465c2d06f6c343c7fb1f4855492'
)
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=(
- 'fe119a65c9f6914278a89b27c87104d30462f6b6444f2e3cfd040eff9a8bfa5c'
+ '5ca0603afe4a8c04cca7310ff5f8eb604a5c04bc5f2642e967025a9035a0b9a6'
)
fi