From 7ca40feef6328f279932131db37b2d9921273b2b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 7 Jan 2023 22:49:52 +0100 Subject: prom-server: upgrade and add arch arm64 --- prom-server/Makefile | 3 ++- prom-server/debian/changelog | 6 ++++++ prom-server/debian/control | 2 +- prom-server/sha256sums.txt | 3 +++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/prom-server/Makefile b/prom-server/Makefile index 948b7a4..9de1ce7 100644 --- a/prom-server/Makefile +++ b/prom-server/Makefile @@ -3,7 +3,7 @@ GITHUB_BASEURL := "https://github.com/prometheus/prometheus/releases/download" .PHONY: clean -all: i386/prometheus amd64/prometheus +all: i386/prometheus amd64/prometheus arm64/prometheus %/prometheus: prometheus-$(VERSION).linux-%.tar.gz mkdir -p $(shell echo $@ | sed 's#/.*##') @@ -16,4 +16,5 @@ prometheus-$(VERSION).linux-%.tar.gz: clean: rm -rf i386 rm -rf amd64 + rm -rf arm64 rm -f prometheus-$(VERSION).linux-*.tar.gz diff --git a/prom-server/debian/changelog b/prom-server/debian/changelog index 4c7eaac..423001d 100644 --- a/prom-server/debian/changelog +++ b/prom-server/debian/changelog @@ -1,3 +1,9 @@ +prom-server (2.41.0-1) unstable; urgency=medium + + * New upstream release. + + -- Christian Pointner Sat, 07 Jan 2023 22:49:21 +0100 + prom-server (2.38.0-1) unstable; urgency=medium * New upstream release. diff --git a/prom-server/debian/control b/prom-server/debian/control index 78d0f71..0d16262 100644 --- a/prom-server/debian/control +++ b/prom-server/debian/control @@ -6,7 +6,7 @@ Standards-Version: 3.9.2 Build-Depends: debhelper (>= 9), wget, ca-certificates Package: prom-server -Architecture: amd64 i386 +Architecture: amd64 i386 arm64 Depends: ${misc:Depends} Conflicts: prometheus Description: prometheus monitoring server (binaries only) diff --git a/prom-server/sha256sums.txt b/prom-server/sha256sums.txt index ab4ba57..191e593 100644 --- a/prom-server/sha256sums.txt +++ b/prom-server/sha256sums.txt @@ -10,3 +10,6 @@ f08e96d73330a9ee7e6922a9f5b72ea188988a083bbfa9932359339fcf504a74 prometheus-2.3 3f558531c6a575d8372b576b7e76578a98e2744da6b89982ea7021b6f000cddd prometheus-2.36.2.linux-amd64.tar.gz 43ddb515e1f3c28566aed0eba296bae136064e164ef0245986cfa9c497b839ce prometheus-2.38.0.linux-amd64.tar.gz eca1fd9030a115cd08553e8e1376cea0da1545c16b706cbf2503aeb7f8d50f71 prometheus-2.38.0.linux-i386.tar.gz +225dd2d8f64f5341e0591c6fb5031495cc0ee85806a046bd7fc287e6ba2d89f1 prometheus-2.41.0.linux-i386.tar.gz +9c1486f5f3e03d56433112594740ca84c6e59db061d096eeb3ea971ba25441c9 prometheus-2.41.0.linux-amd64.tar.gz +99e61feddd8e3a687f5f61c4eb5747dba0eda41f4d10eac77ea7cecb2fc36a5c prometheus-2.41.0.linux-arm64.tar.gz -- cgit v1.2.3