diff --git a/README.md b/README.md index b15f1e1..01eeaa1 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 Simple, Fast, Secure, Flat-File CMS -**Shipped version:** 3.14.0~ynh1 +**Shipped version:** 3.14.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 3ee9f53..2c6431f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour CMS simple, rapide, sécurisé et à fichier plat -**Version incluse :** 3.14.0~ynh1 +**Version incluse :** 3.14.1~ynh1 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index b3265d2..9626f7f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/bludit/bludit/archive/3.14.0.tar.gz -SOURCE_SUM=4a411cdcd9d3412a87cc89f9f1067bef51533b8c9303f1bc34452e30ad5b586c +SOURCE_URL=https://github.com/bludit/bludit/archive/3.14.1.tar.gz +SOURCE_SUM=27f96c1cd478c0885d402ccd5192ee5c227e5293ea23f53f92d652b9e46bf7af SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index fb879d2..fd90fb8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple, Fast, Secure, Flat-File CMS", "fr": "CMS simple, rapide, sécurisé et à fichier plat" }, - "version": "3.14.0~ynh1", + "version": "3.14.1~ynh1", "url": "www.bludit.com", "upstream": { "license": "MIT", diff --git a/scripts/upgrade b/scripts/upgrade index 0f348d7..36d5c5d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,9 +77,6 @@ if [ "$upgrade_type" == "UPGRADE_APP" ] then ynh_script_progression --message="Upgrading Bludit..." --weight=2 - # Replace the old Bludit by the new one - ynh_secure_remove --file=$final_path - # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir=$final_path fi