From d018d95a44212cff5cef689a360946df78e15fc6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 9 Oct 2023 18:18:02 +0200 Subject: [PATCH] Upgrade to v1.23.3 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index da96443..2e04d4f 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.2~ynh1" +version = "1.23.3~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.2/dist.tar.gz" - sha256 = "b6c7c28b6ae92127f1a56d3e5c179977ebb2d53a86aa8e5fcabba3b3ad8f889b" + url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.3/dist.tar.gz" + sha256 = "33db6e2061f1df75ad7e138d81edb1050b1814c0d94ada8e50e5da76e86edb90" 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.2.tar.gz" - sha256 = "a24698bb409d3b172eeb41229f56a0d00b6e5d07baeb2a94c669a66dc1469314" + url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.3.tar.gz" + sha256 = "5678c7f801fd08b8cffe88e22002e3411608542314b63c68aa028cf53b31ff26" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball"