diff --git a/README.md b/README.md index 3f9f789..386cd53 100755 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Castopod Server is an open-source hosting platform made for podcasters who want engage and interact with their audience. Please note that Castopod is still under heavy development: it may not be 100% stable and some features are still being developed. -**Shipped version:** 1.0.0 alpha.40 +**Shipped version:** 1.0.0 alpha.41 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 96aafb5..3326cd1 100755 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Castopod Server est une plate-forme d'hébergement open source conçue pour les podcasteurs qui souhaitent s'engager et interagir avec leur public. Veuillez noter que Castopod est toujours en développement: il n'est peut-être pas stable à 100% et certaines fonctionnalités sont encore en développement. -**Version incluse :** 1.0.0 alpha.40 +**Version incluse :** 1.0.0 alpha.41 ## Captures d'écran diff --git a/check_process b/check_process index ca3dd77..62db8d4 100755 --- a/check_process +++ b/check_process @@ -16,15 +16,15 @@ setup_private=1 setup_public=1 upgrade=1 - upgrade=1 from_commit=d511db842c4f1c3c6043ab9293d7f4eddcd9c379 + #1.0.0 alpha.40 + upgrade=1 from_commit=ac00b520875beed49bb138e795562e1f74700ab9 backup_restore=1 multi_instance=1 - port_already_use=0 change_url=1 ;;; Options Email= Notification=none ;;; Upgrade options - ; commit=d511db842c4f1c3c6043ab9293d7f4eddcd9c379 - name=Name and date of the commit. + ; commit=ac00b520875beed49bb138e795562e1f74700ab9 + name=1.0.0 alpha.40 manifest_arg=domain=DOMAIN&path=PATH&is_public=1& diff --git a/conf/app.src b/conf/app.src index 7196706..a32eee0 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://code.podlibre.org/podlibre/castopod/uploads/d7675e7cfc61e0b0fe5704b8ac1da6e8/castopod-1.0.0-alpha.40.zip -SOURCE_SUM=b22790bae3ddbb2b6d757703412a61c6d160295ce8707a0b0659dfd8304365b0 +SOURCE_URL=https://code.podlibre.org/podlibre/castopod/uploads/f73810f885b378fcbbe1dd9d715e40ac/castopod-1.0.0-alpha.41.zip +SOURCE_SUM=18ef5b60f8cdf151c1bcaf27c8d0e74d8c10751541f51f32b9e004d596709c59 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index ec51aa0..1815907 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-40~ynh2", + "version": "1.0.0-41~ynh1", "url": "https://podlibre.org/", "license": "GPL-3.0-only", "maintainer": { diff --git a/scripts/change_url b/scripts/change_url index 165fab2..daaf6f0 100755 --- a/scripts/change_url +++ b/scripts/change_url @@ -17,7 +17,7 @@ old_domain=$YNH_APP_OLD_DOMAIN old_path=$YNH_APP_OLD_PATH new_domain=$YNH_APP_NEW_DOMAIN -new_path=$YNH_APP_NEW_PATH +new_path="/" app=$YNH_APP_INSTANCE_NAME