1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/prometheus_ynh.git synced 2024-09-03 20:16:01 +02:00

Merge pull request #24 from YunoHost-Apps/ci-auto-update-v2.39.0

This commit is contained in:
tituspijean 2022-10-05 11:42:57 +02:00 committed by GitHub
commit e5c69fdbcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 15 additions and 15 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Monitoring system and time series database
**Shipped version:** 2.38.0~ynh1
**Shipped version:** 2.39.0~ynh1 *(:warning: This is the `ci-auto-update-v2.39.0` branch. The [`master` branch](https://github.com/YunoHost-Apps/prometheus_ynh/tree/master) used in the catalog is currently on version 2.38.0\~ynh1.)*
**Demo:** https://demo.do.prometheus.io

View file

@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Supervision chronologique de systèmes et services
**Version incluse :** 2.38.0~ynh1
**Version incluse :** 2.39.0~ynh1 *(:warning: Il s'agit de la branche `ci-auto-update-v2.39.0`. La [branche `master`](https://github.com/YunoHost-Apps/prometheus_ynh/tree/master) utilisée dans le catalogue est actuellement en 2.38.0\~ynh1.)*
**Démo :** https://demo.do.prometheus.io

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.38.0/prometheus-2.38.0.linux-386.tar.gz
SOURCE_SUM=eca1fd9030a115cd08553e8e1376cea0da1545c16b706cbf2503aeb7f8d50f71
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.0/prometheus-2.39.0.linux-386.tar.gz
SOURCE_SUM=9fc03691b46657def56080fa3336c404628579f5269dfec30dae2d417afe0747
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.38.0/prometheus-2.38.0.linux-amd64.tar.gz
SOURCE_SUM=43ddb515e1f3c28566aed0eba296bae136064e164ef0245986cfa9c497b839ce
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.0/prometheus-2.39.0.linux-amd64.tar.gz
SOURCE_SUM=4a5fb68e2f44f5e2fdef698bbe4ac8564b02789873aa57a36c72e590977734fe
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.38.0/prometheus-2.38.0.linux-arm64.tar.gz
SOURCE_SUM=480030cdfee01b5f614cd23b96831a2b2da5b8b02b29818cba5849c31294ee34
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.0/prometheus-2.39.0.linux-arm64.tar.gz
SOURCE_SUM=46e353fbc276d1462b1cc8c9a1f5a2e4c49770b8ad459f5711c592e48b176dc6
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.38.0/prometheus-2.38.0.linux-armv5.tar.gz
SOURCE_SUM=1614d503fdcbfd1648661dabff69fd4c0f238bf25c45e7d52946860f9a264942
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.0/prometheus-2.39.0.linux-armv5.tar.gz
SOURCE_SUM=c1e9a1178813eb0dd83fc990bf411a95a63108bb17c752eb9c6b4decbc052047
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.38.0/prometheus-2.38.0.linux-armv6.tar.gz
SOURCE_SUM=2ecd62bcb9beddb517a52904556d8384392f9a6aa644091ee9d7a33d83b00351
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.0/prometheus-2.39.0.linux-armv6.tar.gz
SOURCE_SUM=9e4fd646df35cdd65622023ad62f85f908babe3a0604fc0d219ee6ea81eedf5c
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.38.0/prometheus-2.38.0.linux-armv7.tar.gz
SOURCE_SUM=ef0761cebefe6d5f50823917c561237f42ed9990cb6d426f49c6d05afe77219c
SOURCE_URL=https://github.com/prometheus/prometheus/releases/download/v2.39.0/prometheus-2.39.0.linux-armv7.tar.gz
SOURCE_SUM=a4ad2fb4fe4611b5bc82cd240671e1c2a5367379ad57120ecee3336cf005793b
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Monitoring system and time series database",
"fr": "Supervision chronologique de systèmes et services"
},
"version": "2.38.0~ynh1",
"version": "2.39.0~ynh1",
"url": "https://prometheus.io",
"upstream": {
"license": "Apache-2.0",