diff --git a/README.md b/README.md index 3b6ed70..0a0c5ed 100755 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Castopod is easy to install and was built on top of CodeIgniter4, a powerful PHP - Multi-tenant: host as many podcasts as you want - Multi-user: add contributors and set roles -**Shipped version:** 1.7.1~ynh2 +**Shipped version:** 1.7.1~ynh3 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 0fd0ec5..ff317b3 100755 --- a/README_fr.md +++ b/README_fr.md @@ -31,9 +31,9 @@ Castopod est une plate-forme d'hébergement gratuite et open source conçue pour - Multi-locataire : hébergez autant de podcasts que vous le souhaitez - Multi-utilisateur : ajouter des contributeurs et définir des rôles -**Version incluse :** 1.7.1~ynh2 +**Version incluse :** 1.7.1~ynh3 -**Démo :** https://podcast.podlibre.org/@podlibre_fr +**Démo :** https://podcast.podlibre.org/@podlibre_fr ## Captures d’écran diff --git a/manifest.toml b/manifest.toml index a37b2e8..5bc1699 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Castopod" description.en = "Hosting platform made for podcasters" description.fr = "Plateforme d'hébergement conçue pour les podcasteurs" -version = "1.7.1~ynh2" +version = "1.7.1~ynh3" maintainers = ["eric_G"] @@ -20,8 +20,11 @@ code = "https://code.castopod.org/adaures/castopod" yunohost = ">= 11.2" architectures = "all" multi_instance = true + ldap = false + sso = false + disk = "50M" ram.build = "150M" ram.runtime = "50M" @@ -39,8 +42,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://code.castopod.org/adaures/castopod/uploads/fe7be588c53a9e1ed63af47e6e624ad1/castopod-1.6.5.zip" - sha256 = "3618afa82605dda4f791efe5bb312d1fab3c4b0d702086f9cb75e57d627b6306" + url = "https://code.castopod.org/adaures/castopod/uploads/957f673c5f2f55aea9914e213a753845/castopod-1.7.1.zip" + sha256 = "ac97e620bf936ae1d53884ebdd3c43802f072c6316806ffd9b802f99c3922537" in_subdir = true [resources.system_user] diff --git a/scripts/upgrade b/scripts/upgrade index 8743ae1..a95bd4e 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -62,7 +62,9 @@ fi # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= -if [ "$upgrade_type" == "UPGRADE_APP" ] +# 1.7.1~ynh2 accidently shipped 1.6.5, force upgrade on that version even if it's theoretically the same upstream release + +if [ "$upgrade_type" == "UPGRADE_APP" ] || ynh_compare_current_package_version --comparison eq --version "1.7.1~ynh2" then ynh_script_progression --message="Upgrading source files..." --weight=1