diff --git a/README.md b/README.md index 29099b7..27b1ef4 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 The news reader that doesn't know you -**Shipped version:** 1.4.9~ynh1 +**Shipped version:** 1.5.3~ynh1 **Demo:** https://petrolette.space diff --git a/README_fr.md b/README_fr.md index 5707136..90b318e 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 La page d'actu qui ne sait rien de toi -**Version incluse :** 1.4.9~ynh1 +**Version incluse :** 1.5.3~ynh1 **Démo :** https://petrolette.space diff --git a/conf/app.src b/conf/app.src index 2c42577..4b90a0b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://framagit.org/yphil/petrolette/-/archive/v1.4.9/petrolette-v1.4.9.tar.gz -SOURCE_SUM=d738bdbd50748c4658cfb1a1fe36c12b58c75d96b2d29accc386a49b44f7178c +SOURCE_URL=https://framagit.org/yphil/petrolette/-/archive/v1.5.6/petrolette-v1.5.6.tar.gz +SOURCE_SUM=f615a84aa5026ca18b79d3d14b2eaebd6e76dd047a325465d3d8957bc7bf5967 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c541d20..cd9d538 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "The news reader that doesn't know you", "fr": "La page d'actu qui ne sait rien de toi" }, - "version": "1.4.9~ynh1", + "version": "1.5.3~ynh1", "url": "https://framagit.org/yphil/petrolette", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/install b/scripts/install index 6bcee3e..167de0f 100644 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ yunohost service add $app --description="The news reader that doesn't know you" ynh_script_progression --message="Starting a systemd service..." # Start a systemd service -ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="Directory created" +ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="(v1.5.6)" #================================================= # SETUP SSOWAT diff --git a/scripts/upgrade b/scripts/upgrade index 8a1b732..7b3e12e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -133,7 +133,7 @@ yunohost service add $app --description="The news reader that doesn't know you" #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=3 -ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Directory created" +ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="(v1.5.6)" #================================================= # RELOAD NGINX