From 787da62f215356ea3071dadd876a6e4395574109 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 11 Jul 2024 03:42:17 +0200 Subject: [PATCH] Upgrade to v2.53.1 https://github.com/prometheus/prometheus/releases/tag/v2.53.1 --- manifest.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index fe89ed9..b4a6d84 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Prometheus" description.en = "Monitoring system and time series database" description.fr = "Supervision chronologique de systèmes et services" -version = "2.53.0~ynh1" +version = "2.53.1~ynh1" maintainers = ["tituspijean"] @@ -43,17 +43,17 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-386.tar.gz" - i386.sha256 = "8eaca90bd5da21a99559c4fcdf8026d858eea11dcd5b5fc5f76939fb0f11ce77" + i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.1/prometheus-2.53.1.linux-386.tar.gz" + i386.sha256 = "b0fb6e84d15a5af9bf69b4ff519dff64f9bb1714ec6eddddc1917bae80a67c58" - amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-amd64.tar.gz" - amd64.sha256 = "d9900a11e3c89261e6416e3c9989858bad7b206af8b6838dfe9a5392d8ddc60d" + amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.1/prometheus-2.53.1.linux-amd64.tar.gz" + amd64.sha256 = "2234aa0f66d9f9b854144f6faaaed72a316df7a680d9dad7cb48e49a6fa5332c" - armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-armv7.tar.gz" - armhf.sha256 = "aabe658a02b7dd12c220d895dd64e7d4b2a5ab7a303cfb51e1767447d31764b4" + armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.1/prometheus-2.53.1.linux-armv7.tar.gz" + armhf.sha256 = "d30210c364455730a85ea4109747462f22631c67d7fec6437327cee9766845d8" - arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.0/prometheus-2.53.0.linux-arm64.tar.gz" - arm64.sha256 = "f3fb3c12db28155a791eba57f293c899ad753677a5aa8c327a80483b23ce98c6" + arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.53.1/prometheus-2.53.1.linux-arm64.tar.gz" + arm64.sha256 = "a7f28c83c3c943b953a9d00860bd3f2422464fb7c27a3c4037ef1ce2a41592b5" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*linux-386.tar.gz"