From 4dfc1544414f2119df263b42b58edc7bf113f0f4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 26 Feb 2024 15:18:49 +0000 Subject: [PATCH] Upgrade to v2.50.1 https://github.com/prometheus/prometheus/releases/tag/v2.50.1 --- manifest.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.toml b/manifest.toml index d9f9b9f..5e850f4 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.48.0~ynh1" +version = "2.50.1~ynh1" maintainers = ["tituspijean"] @@ -40,17 +40,17 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-386.tar.gz" - i386.sha256 = "6b946c62137eefa8a272e0184c2cbe08a54136bebdcaa168e278aaed2c12a8ba" + i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-386.tar.gz" + i386.sha256 = "3440c7858711ca55242fcb055f563db6ad9fb7e9b0b89869cf35d5bef36f211c" - amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-amd64.tar.gz" - amd64.sha256 = "5871ca9e01ae35bb7ab7a129a845a7a80f0e1453f00f776ac564dd41ff4d754e" + amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-amd64.tar.gz" + amd64.sha256 = "936f3777f8c3a4a90d3c58a6f410350d5932c79367b99771d002bd36e48bd05b" - armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-armv7.tar.gz" - armhf.sha256 = "b4996550b56048a4b9a3937e0f5ff119c6fa33f937baf44007e5b9b4ce9779b1" + armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-armv7.tar.gz" + armhf.sha256 = "3ec3073dec3dfd874ebe74620b6ed1dc9a030379cdff46ad816a6e95b85316d8" - arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-2.48.0.linux-arm64.tar.gz" - arm64.sha256 = "c6e85f7b4fd0785df48266c1ee53975f862996a99b7d96520dc730e65da7bcf6" + arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.1/prometheus-2.50.1.linux-arm64.tar.gz" + arm64.sha256 = "9f1a65cf08cef3dcd5f0d38d8673ecfaf1054aa9e1e5c18c94efd8546c1fdd96" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*linux-386.tar.gz"