summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 117f00a4a343..09b8b53bb836 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 1 17:09:10 UTC 2017
+# Thu Nov 22 06:17:07 UTC 2018
pkgbase = prometheus-haproxy-exporter-bin
pkgdesc = Simple server that scrapes HAProxy stats and exports them via HTTP for Prometheus consumption (binary, not built from source)
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/prometheus/haproxy_exporter
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = prometheus-haproxy-exporter-bin
backup = etc/conf.d/prometheus-haproxy-exporter
source = prometheus-haproxy-exporter.service
source = prometheus-haproxy-exporter.confd
- source = https://github.com/prometheus/haproxy_exporter/releases/download/v0.8.0/haproxy_exporter-0.8.0.linux-amd64.tar.gz
+ source = https://github.com/prometheus/haproxy_exporter/releases/download/v0.9.0/haproxy_exporter-0.9.0.linux-amd64.tar.gz
sha256sums = 59d6753ca5cff752304a7391de336443cd7394bae6095c5986a07c4e431efe4f
sha256sums = 7b363fa314f1ab2630ea5dbc4a888c5b7b2b0472a474a745bd8a55d385e5a568
- sha256sums = 2b1da4218fc5a1531ed17663ba5656c6bb5ce3db0ad6c2bdd6781d7f1b545816
+ sha256sums = b0d1caaaf245d3d16432de9504575b3af1fec14b2206a468372a80843be001a0
pkgname = prometheus-haproxy-exporter-bin
diff --git a/PKGBUILD b/PKGBUILD
index dcff4d967079..3e3355f7762b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-haproxy-exporter-bin
-pkgver=0.8.0
+pkgver=0.9.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'
- '2b1da4218fc5a1531ed17663ba5656c6bb5ce3db0ad6c2bdd6781d7f1b545816')
+ 'b0d1caaaf245d3d16432de9504575b3af1fec14b2206a468372a80843be001a0')
package() {
cd "${srcdir}/haproxy_exporter-${pkgver}.linux-amd64"