From 704cdc56c555d6cd9dc967571242ee4cf08eba57 Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 20 May 2024 23:28:55 +0700 Subject: [PATCH] Update + cron fix --- conf/moncycleapp.cron | 2 +- conf/version.json | 4 ++-- manifest.toml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/moncycleapp.cron b/conf/moncycleapp.cron index 576bdad..bbbcaa9 100644 --- a/conf/moncycleapp.cron +++ b/conf/moncycleapp.cron @@ -1 +1 @@ -0 1 * * * __APP__ /usr/bin/php__PHPVERSION__ --define apc.enable_cli=1 -f __INSTALL_DIR__/script/cron.php \ No newline at end of file +0 1 * * * __APP__ cd __INSTALL_DIR__/script && /usr/bin/php__PHPVERSION__ --define apc.enable_cli=1 -f __INSTALL_DIR__/script/cron.php \ No newline at end of file diff --git a/conf/version.json b/conf/version.json index 4ad83b9..f06fbb8 100644 --- a/conf/version.json +++ b/conf/version.json @@ -1,6 +1,6 @@ { "app": "moncycle.app", - "version": "13~ynh4", + "version": "13~ynh5", "build": "2024-05-20", - "commit": "d665882" + "commit": "3317aa3" } diff --git a/manifest.toml b/manifest.toml index 0e54bac..0cfbf56 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Moncycle" description.en = "Menstrual cycle follow-up for natural family planning" description.fr = "Suivi de cycle pour les méthodes naturelles de régulation de naissance" -version = "13~ynh4" +version = "13~ynh5" maintainers = ["Raoul de Limezy"] @@ -34,8 +34,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/jean-io/moncycle.app/archive/d665882cb0a4d0b7a1ecf7b6f9d845ed24508993.zip" - sha256 = "cd8148af28d51e02b64345369c30dff8c260fbc6bc37634277398fd7cc22f53d" + url = "https://github.com/jean-io/moncycle.app/archive/3317aa3307c7faa25fd90e5e23ccadb167a7c822.zip" + sha256 = "af999e814ee813cde886ffef2778d9f0ebe7b94bbaabf4184f5577812fdb78db" autoupdate.strategy = "latest_github_release" [resources.system_user]