From 2ebad116353bd84471cf2688306968decf4f1a85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 7 Dec 2020 18:26:18 +0100 Subject: [PATCH] Upgrade to version 4.2.0 (#80) * Upgrade to version 4.2.0 --- README.md | 2 +- README_fr.md | 4 ++-- check_process | 2 -- conf/app.src | 6 +++--- manifest.json | 2 +- scripts/upgrade | 7 ------- 6 files changed, 7 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 61815e9..24cd609 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to Jirafeau is a web site permitting to upload a file in a simple way and give an unique link to it. -**Shipped version:** 4.1.1 +**Shipped version:** 4.2.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e5294d9..5dce478 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Jirafeau est un site web permettant d'héberger et de partager des fichiers de manière simple en leur donnant un lien unique. -**Version incluse :** 4.1.1 +**Version incluse :** 4.2.0 ## Captures d'écran @@ -56,6 +56,6 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. ``` sudo yunohost app install https://github.com/YunoHost-Apps/jirafeau_ynh/tree/testing --debug -or +ou sudo yunohost app upgrade jirafeau -u https://github.com/YunoHost-Apps/jirafeau_ynh/tree/testing --debug ``` diff --git a/check_process b/check_process index 3ba88e3..46b5c5f 100644 --- a/check_process +++ b/check_process @@ -19,8 +19,6 @@ incorrect_path=1 port_already_use=0 change_url=1 -;;; Levels - Level 5=auto ;;; Options Email= Notification=none diff --git a/conf/app.src b/conf/app.src index 3d97ab1..8de9343 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://gitlab.com/mojo42/Jirafeau/repository/4.1.1/archive.tar.gz -SOURCE_SUM=37f1754dfa3e8fc1ed81904a3dc33752 -SOURCE_SUM_PRG=md5sum +SOURCE_URL=https://gitlab.com/mojo42/Jirafeau/repository/4.2.0/archive.tar.gz +SOURCE_SUM=8ee7cb509c5e55c569514d9a168af819c93bd9bf48ee417d66aecdcdac49974e +SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index b13a67d..8daa75c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Upload a file in a simple way and give a unique link to it", "fr": "Hébergez simplement un fichier et partagez-le avec un lien unique" }, - "version": "4.1.1~ynh4", + "version": "4.2.0~ynh1", "url": "https://gitlab.com/mojo42/Jirafeau", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/upgrade b/scripts/upgrade index 360e2ab..9b6b335 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -127,13 +127,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -# Normalize the URL path syntax -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # STANDARD UPGRADE STEPS #=================================================