summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7089e84407b..191b3df698ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = prometheus-nut-exporter
pkgdesc = Prometheus exporter for Network UPS Tools metrics
- pkgver = 2.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = https://github.com/DRuggeri/nut_exporter
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = prometheus-nut-exporter
depends = glibc
optdepends = nut: for monitoring a local NUT server
options = !lto
- source = prometheus-nut-exporter::git+https://github.com/DRuggeri/nut_exporter.git#commit=c550e4f7dfaa5b8e766bedd980d00f2e800ca578
+ source = prometheus-nut-exporter::git+https://github.com/DRuggeri/nut_exporter.git#commit=c6a69c072e5c452a06dd72c19134a8903886a83c
source = systemd.service
source = sysusers.conf
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a9762e4c06cb..e50ab9783611 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=prometheus-nut-exporter
_pkgname=nut_exporter
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
pkgdesc='Prometheus exporter for Network UPS Tools metrics'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc')
makedepends=('go' 'git')
optdepends=('nut: for monitoring a local NUT server')
options=('!lto')
-_commit='c550e4f7dfaa5b8e766bedd980d00f2e800ca578'
+_commit='c6a69c072e5c452a06dd72c19134a8903886a83c'
source=(
"$pkgname::git+$url.git#commit=$_commit"
'systemd.service'