diff --git a/manifest.toml b/manifest.toml index 03e2ea4..b641142 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.49.1~ynh1" +version = "2.50.0~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.49.1/prometheus-2.49.1.linux-386.tar.gz" - i386.sha256 = "c71ffc608a75fb023b6dd052c1e38f78b855d59b96d0d4201d06e0314c4d14c4" + i386.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.0/prometheus-2.50.0.linux-386.tar.gz" + i386.sha256 = "15d226b2ba1f943463920746fd7ce4c4b910698e0f28f71024b867959f7bfee0" - amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-amd64.tar.gz" - amd64.sha256 = "93460f66d17ee70df899e91db350d9705c20b1576800f96acbd78fa004e7dc07" + amd64.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.0/prometheus-2.50.0.linux-amd64.tar.gz" + amd64.sha256 = "f3fb61f970d5c606320a3ca819d621f005f5276bdee0138cdc42f7def08cb00e" - armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-armv7.tar.gz" - armhf.sha256 = "938f5e8e8bd285501610f73ba5d164222b688ac8308a98da96fa929d69e16272" + armhf.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.0/prometheus-2.50.0.linux-armv7.tar.gz" + armhf.sha256 = "0f7882ca5eb3dc67a53d8f92b54a5081efa74fd18514a900fe7e743f9b5aa850" - arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.49.1/prometheus-2.49.1.linux-arm64.tar.gz" - arm64.sha256 = "453c530f17e899999a0ba34b5556b14a14061c22520edaac84b3376d28942664" + arm64.url = "https://github.com/prometheus/prometheus/releases/download/v2.50.0/prometheus-2.50.0.linux-arm64.tar.gz" + arm64.sha256 = "23dce3e41876e959bbf963caaaf73b26f16b0957be75e99c0a1e6923c2ab3c44" autoupdate.strategy = "latest_github_release" autoupdate.asset.i386 = ".*linux-386.tar.gz"