summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85c1bc7c0046..c758e202afe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/prometheus/haproxy_exporter
arch = x86_64
@@ -10,10 +10,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.11.0/haproxy_exporter-0.11.0.linux-amd64.tar.gz
+ source = https://github.com/prometheus/haproxy_exporter/releases/download/v0.12.0/haproxy_exporter-0.12.0.linux-amd64.tar.gz
sha256sums = 59d6753ca5cff752304a7391de336443cd7394bae6095c5986a07c4e431efe4f
sha256sums = 7b363fa314f1ab2630ea5dbc4a888c5b7b2b0472a474a745bd8a55d385e5a568
- sha256sums = 525ec4684b33a7fd1b23fe39e5c378e09cbc52b56fb3e203cffa26e09d22d10d
+ sha256sums = 41d797bc7d54023ea0ea23e58be5795a0947289d3d33beab3372c52e4fcbb298
pkgname = prometheus-haproxy-exporter-bin
diff --git a/.gitignore b/.gitignore
index ec12590d0aa7..c2bae5f5cc1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
src/
pkg/
-*.pkg.tar.xz
-*.pkg.tar
-*.src.tar.gz
+*.pkg.tar.zst
haproxy_exporter-*.linux-amd64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1bd213be9347..0dccac2e8399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slashbunny <demodevil5[at]yahoo>
pkgname=prometheus-haproxy-exporter-bin
-pkgver=0.11.0
+pkgver=0.12.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'
- '525ec4684b33a7fd1b23fe39e5c378e09cbc52b56fb3e203cffa26e09d22d10d')
+ '41d797bc7d54023ea0ea23e58be5795a0947289d3d33beab3372c52e4fcbb298')
package() {
cd "${srcdir}/haproxy_exporter-${pkgver}.linux-amd64"