diff --git a/manifest.toml b/manifest.toml index 6b3550c..209a812 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.22.1~ynh1" +version = "1.23.0~ynh1" maintainers = ["ketsapiwiq", "eric_G"] @@ -40,14 +40,14 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.dist] - url = "https://github.com/louislam/uptime-kuma/releases/download/1.22.1/dist.tar.gz" - sha256 = "212ec06db9a29c668ee3b4814dd9c7c167be9baf627eed160aee18399c3064e4" + url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.0/dist.tar.gz" + sha256 = "55a42bec8bfafd3b6bc212b89078cc4497c139ecdfa097f037f09b3783e24070" autoupdate.strategy = "latest_github_release" autoupdate.asset = "dist.tar.gz" [resources.sources.main] - url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.22.1.tar.gz" - sha256 = "1b72331853178b82bc18673a207680d9a999c5a84e296418278084f5206fb91b" + url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.0.tar.gz" + sha256 = "b2d59c2dcfb980ecff1a2baace3ae18ea6dc47cd67929ac2d0408917fef0b871" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball"