1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00

Merge pull request #86 from YunoHost-Apps/ci-auto-update-1.23.7

Upgrade to v1.23.7
This commit is contained in:
eric_G 2023-11-24 18:31:36 +01:00 committed by GitHub
commit 2bf03defce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ Uptime Kuma is a self-hosted monitoring tool like "Uptime Robot".
- Certificate Info
**Shipped version:** 1.23.6~ynh1
**Shipped version:** 1.23.7~ynh1
**Demo:** https://demo.uptime.kuma.pet

View file

@ -28,7 +28,7 @@ Uptime Kuma est un outil de surveillance auto-hébergé comme « Uptime Robot »
- Graphique Ping
- Informations sur le certificat
**Version incluse :** 1.23.6~ynh1
**Version incluse :** 1.23.7~ynh1
**Démo :** https://demo.uptime.kuma.pet

View file

@ -5,7 +5,7 @@ name = "Uptime Kuma"
description.en = "Monitoring tool like Uptime-Robot"
description.fr = "Outil de surveillance similaire à Uptime-Robot"
version = "1.23.6~ynh1"
version = "1.23.7~ynh1"
maintainers = ["ketsapiwiq", "eric_G"]
@ -39,14 +39,14 @@ ram.runtime = "50M"
[resources]
[resources.sources]
[resources.sources.dist]
url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.6/dist.tar.gz"
sha256 = "cb1b9b4d6f39a2d7d8c702b1f5b389291c5a2ec964fc3f7c8dd69fc47aa44d35"
url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.7/dist.tar.gz"
sha256 = "0bc467d96460c5118284a1d6a1e447378839d29bc1bddf1db90d21f4f432c411"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "dist.tar.gz"
[resources.sources.main]
url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.6.tar.gz"
sha256 = "3deecb124112dd7d87b970753bd648a177d4ee78f58d607afe8f55bc7ea3167e"
url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.7.tar.gz"
sha256 = "fc8555ee464c8376f9577bcfe4e3eb886a37678fdbb334a4b7109a26dc286582"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "tarball"