From d03f9f11cace0bff7575e675f1c689f928bf4509 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 10 Dec 2023 17:18:03 +0100 Subject: [PATCH] Upgrade to v1.23.9 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 49d41a1..369f1bf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.8~ynh1" +version = "1.23.9~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.8/dist.tar.gz" - sha256 = "9edae6a2f8ce6f12aa2de99a611f498e64b98af4ed96597b740934793201d07b" + url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.9/dist.tar.gz" + sha256 = "8f82ead8a4daf0947fa3d097eb1d096af5b9454ca264bf363d7731f64e5a1f13" 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.8.tar.gz" - sha256 = "f233798e10ef66eff87d5d9941ff2abb04a0f0b81be1bab213d45a5f6b059c9e" + url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.9.tar.gz" + sha256 = "8d0ceb68a07a2249a1ccde266e8c8396ef71fac7d9fad101d58a47161b7e7765" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball"