diff --git a/README.md b/README.md index 5a42ce3..2f68b2b 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Hosting platform made for podcasters -**Shipped version:** 1.0.0-77~ynh2 +**Shipped version:** 1.0.0-79~ynh1 **Demo:** https://podcast.podlibre.org/@podlibre_fr diff --git a/README_fr.md b/README_fr.md index 2f9fed8..38489b7 100755 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'hébergement conçue pour les podcasteurs -**Version incluse :** 1.0.0-77~ynh2 +**Version incluse :** 1.0.0-79~ynh1 **Démo :** https://podcast.podlibre.org/@podlibre_fr diff --git a/conf/app.src b/conf/app.src index b43607c..ed81794 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/85507bef4675ce7e04e71b7dd419f0ce/castopod-host-1.0.0-alpha.77.zip -SOURCE_SUM=89d6315cf7b16518f7dc2dbc675508806582df674d4a734311525b96c54ec861 +SOURCE_URL=https://code.podlibre.org/podlibre/castopod-host/uploads/60e2d90337fa5f930851b4cffb06d904/castopod-host-1.0.0-alpha.79.zip +SOURCE_SUM=daf5a58804b0aaed4e9caae4c138a7e53929eeefe159e277beeeb7ffc051ab97 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 538f44d..f867afa 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Hosting platform made for podcasters", "fr": "Plateforme d'hébergement conçue pour les podcasteurs" }, - "version": "1.0.0-77~ynh2", + "version": "1.0.0-79~ynh1", "url": "https://podlibre.org/", "upstream": { "license": "GPL-3.0-only", diff --git a/scripts/restore b/scripts/restore index 4c621a8..e332f60 100755 --- a/scripts/restore +++ b/scripts/restore @@ -75,9 +75,6 @@ ynh_script_progression --message="Restoring the PHP-FPM configuration..." --weig ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" -# Recreate a dedicated php-fpm config -ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint --phpversion=$phpversion - #================================================= # REINSTALL DEPENDENCIES #=================================================