summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThorsten Müller2020-10-12 17:02:24 +0200
committerThorsten Müller2020-10-12 17:02:24 +0200
commit487e35e29253ab6115023995327f45c8f52c589f (patch)
treedfc68444fd7caae40e75eaaf179991df2fc57da9 /PKGBUILD
parent5acb880ad89b680cfd58090c4bf7d196cb4e06fe (diff)
downloadaur-487e35e29253ab6115023995327f45c8f52c589f.tar.gz
new version of 6.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6932b8fe4bfd..25a5323f3af8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: thorko contact@thorko.de
pkgname=sensu-cli
-pkgver=6.0.0
+pkgver=6.1.0
pkgrel=1
pkgdesc="Sensu Go cli"
arch=('x86_64' 'armv7h')
@@ -8,11 +8,11 @@ url='https://sensu.io'
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=('b67a1ed6a957509552b6427d2f21dab4572637c69f5a0a0452bacb12d9357eea')
+ sha256sums=('d38c4c9f02550acf0fb40fb2933e41afcd16555748281c3111a9afe87682af0c')
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=('5c6ba9c3913191e51469348078866c7c1316cdeccffe3cd8a554fa0399a2b045')
+ sha256sums=('7cd80fe6f794dab1019014bb1ecdd2b372b2585f9e6efc85d6792f17033912ad')
fi
build() {