diff --git a/README.md b/README.md index bece005..f736b45 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Collaborative editor to work on notes written in Markdown -**Shipped version:** 1.8.2~ynh2 +**Shipped version:** 1.9.0~ynh1 **Demo:** https://demo.hedgedoc.org/ diff --git a/README_fr.md b/README_fr.md index 8d24147..df47b7f 100644 --- 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 Éditeur collaboratif pour travailler sur des notes en Markdown -**Version incluse :** 1.8.2~ynh2 +**Version incluse :** 1.9.0~ynh1 **Démo :** https://demo.hedgedoc.org/ diff --git a/conf/app.src b/conf/app.src index d2932ef..ea4e7a7 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/hedgedoc/hedgedoc/releases/download/1.8.2/hedgedoc-1.8.2.tar.gz -SOURCE_SUM=e325d433aba6f5e9de91162dd97a605e29ebc5e740750cd47054abfdc1f8fd42 +SOURCE_URL=https://github.com/hedgedoc/hedgedoc/releases/download/1.9.0-rc1/hedgedoc-1.9.0-rc1.tar.gz +SOURCE_SUM=0b50b49241d6cd965fd65c6179c0075f6aab0cd22a3626f1b649d2422d8bf650 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 6e5e730..a3aea88 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Collaborative editor to work on notes written in Markdown", "fr": "Éditeur collaboratif pour travailler sur des notes en Markdown" }, - "version": "1.8.2~ynh2", + "version": "1.9.0~ynh1", "url": "https://hedgedoc.org", "upstream": { "license": "free", diff --git a/scripts/restore b/scripts/restore index 47778fb..9d7210e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -38,8 +38,6 @@ db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=2 -ynh_webpath_available --domain=$domain --path_url=$path_url \ - || ynh_die --message="Path not available: ${domain}${path_url}" test ! -d $final_path \ || ynh_die --message="There is already a directory: $final_path "