summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlashbunny2019-03-09 11:40:24 -0500
committerSlashbunny2019-03-09 11:40:24 -0500
commiteb2ac8cb98b1c23c799ff08bd05d15cb8cb7f1d2 (patch)
treec54769ec2e32b915dfd546977ab6b53502f6665a /PKGBUILD
parent1373dc62713f13cde848b62f26cff92b67c5855e (diff)
downloadaur-eb2ac8cb98b1c23c799ff08bd05d15cb8cb7f1d2.tar.gz
Update to 0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e3355f7762b..fd3f7df17262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-haproxy-exporter-bin
-pkgver=0.9.0
+pkgver=0.10.0
pkgrel=1
pkgdesc="Simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption (binary, not built from source)"
arch=('x86_64')
@@ -16,7 +16,7 @@ source=( 'prometheus-haproxy-exporter.service' 'prometheus-haproxy-exporter.conf
"https://github.com/prometheus/haproxy_exporter/releases/download/v${pkgver}/haproxy_exporter-${pkgver}.linux-amd64.tar.gz")
sha256sums=('59d6753ca5cff752304a7391de336443cd7394bae6095c5986a07c4e431efe4f'
'7b363fa314f1ab2630ea5dbc4a888c5b7b2b0472a474a745bd8a55d385e5a568'
- 'b0d1caaaf245d3d16432de9504575b3af1fec14b2206a468372a80843be001a0')
+ '08150728e281f813a8fcfff4b336f16dbfe4268a1c7510212c8cff2579b10468')
package() {
cd "${srcdir}/haproxy_exporter-${pkgver}.linux-amd64"