From e7214065cc24d5177b97189a9e64d8ea3b719806 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 17 Feb 2024 12:11:53 +0100 Subject: [PATCH] Upgrade to vv4.0.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index dbba9b2..edb09cb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "IFM" description.en = "Improved File Manager" description.fr = "Gestionnaire de fichiers amélioré" -version = "4.0.2~ynh2" +version = "v4.0.2~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources.sources.main] in_subdir = false extract = false - url = "https://github.com/misterunknown/ifm/releases/download/v4.0.2/ifm.php" - sha256 = "902e45ef45a5a2c1fc8a1186f1acf3f4588071791e4bc8175de067eb33070594" + url = "https://github.com/misterunknown/ifm/archive/refs/tags/v4.0.2.tar.gz" + sha256 = "738a44254c91271f970425d48678d9702c6e272ff7db4c363aab9a84e427c839" rename = "ifm.php" autoupdate.strategy = "latest_github_tag"