summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-07 23:13:01 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-07 23:13:01 +0100
commit822c2e82360a1cbcfed2a1f2812bc27f892136bc (patch)
tree0c21a4b68c978605d094f7b6f4de9e5770e16542
parentprom-exporter-ipmi: add arch arm64 (diff)
prom-exporter-nut: upgrade and add arch arm64
-rw-r--r--prom-exporter-nut/Makefile3
-rw-r--r--prom-exporter-nut/debian/changelog6
-rw-r--r--prom-exporter-nut/debian/control2
-rw-r--r--prom-exporter-nut/sha256sums.txt3
4 files changed, 12 insertions, 2 deletions
diff --git a/prom-exporter-nut/Makefile b/prom-exporter-nut/Makefile
index cccb970..ca57d3e 100644
--- a/prom-exporter-nut/Makefile
+++ b/prom-exporter-nut/Makefile
@@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/DRuggeri/nut_exporter/releases/download"
.PHONY: clean
-all: i386/nut_exporter amd64/nut_exporter
+all: i386/nut_exporter amd64/nut_exporter arm64/nut_exporter
%/nut_exporter: nut_exporter-v$(VERSION)-linux-%
mkdir -p $(shell echo $@ | sed 's#/.*##')
@@ -16,4 +16,5 @@ nut_exporter-v$(VERSION)-linux-%:
clean:
rm -rf i386
rm -rf amd64
+ rm -rf arm64
rm -f nut_exporter-v$(VERSION).linux-*
diff --git a/prom-exporter-nut/debian/changelog b/prom-exporter-nut/debian/changelog
index d02d0dc..0bd638c 100644
--- a/prom-exporter-nut/debian/changelog
+++ b/prom-exporter-nut/debian/changelog
@@ -1,3 +1,9 @@
+prom-exporter-nut (2.5.2-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Christian Pointner <equinox@spreadspace.org> Sat, 07 Jan 2023 23:12:22 +0100
+
prom-exporter-nut (2.4.2-1) unstable; urgency=medium
* New upstream release.
diff --git a/prom-exporter-nut/debian/control b/prom-exporter-nut/debian/control
index 7863f22..dedb5c2 100644
--- a/prom-exporter-nut/debian/control
+++ b/prom-exporter-nut/debian/control
@@ -6,7 +6,7 @@ Standards-Version: 3.9.2
Build-Depends: debhelper (>= 9), wget, ca-certificates
Package: prom-exporter-nut
-Architecture: amd64 i386
+Architecture: amd64 i386 arm64
Depends: ${misc:Depends}
Conflicts: prometheus-nut-exporter
Description: prometheus nut-exporter (binary only)
diff --git a/prom-exporter-nut/sha256sums.txt b/prom-exporter-nut/sha256sums.txt
index 02db313..47cb306 100644
--- a/prom-exporter-nut/sha256sums.txt
+++ b/prom-exporter-nut/sha256sums.txt
@@ -4,3 +4,6 @@ b0a5f3eb3c26cd542a7123ba498fee2d9f102a23c9189353675b344fe46cb89e nut_exporter-v
578f72bc15738937a2e719029a3c464e585928e43f588fe7f138627d77eb821f nut_exporter-v2.3.5-linux-i386
b35c2259fdd74c6cb35cd9cac259bb46a1df96b489c71a1861907e9d1ab317e6 nut_exporter-v2.4.2-linux-amd64
d33cacb24050b471cc0191c424946234eb21c931091a187a2cd69c7eff9443ab nut_exporter-v2.4.2-linux-i386
+48ed29644e5bb66de8e93fccd5d3fe5e15b846a0c88a899b007d0d9a205843ae nut_exporter-v2.5.2-linux-amd64
+5eaf57e6a22356af16d86cd7e47cab8d7b3b52b7c5b6d6f3c10aa6bc8ac0e12b nut_exporter-v2.5.2-linux-arm64
+95e8a8dc05242661b4419f30b65d2918ce33bc023ba14a9432a53ada53704a14 nut_exporter-v2.5.2-linux-i386