From 7b85c3239795b53293ffbd2f46e460428fa3e027 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 29 Aug 2023 20:17:39 +0200 Subject: [PATCH] Upgrade to v1.23.1 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 209a812..1494de2 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.0~ynh1" +version = "1.23.1~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.23.0/dist.tar.gz" - sha256 = "55a42bec8bfafd3b6bc212b89078cc4497c139ecdfa097f037f09b3783e24070" + url = "https://github.com/louislam/uptime-kuma/releases/download/1.23.1/dist.tar.gz" + sha256 = "1c1167435f35650f2fccf8d46eb7857f9251684821a0d71a7d9c09c7511f407a" 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.0.tar.gz" - sha256 = "b2d59c2dcfb980ecff1a2baace3ae18ea6dc47cd67929ac2d0408917fef0b871" + url = "https://github.com/louislam/uptime-kuma/archive/refs/tags/1.23.1.tar.gz" + sha256 = "c1ebdc56247c859325de46a038d4a629ee2e41a74dab5c1813a38f647112ded5" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball"