diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index f27a628..5b2044c 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -118,11 +118,8 @@ done # GENERIC FINALIZATION #================================================= -# Install moreutils, needed for sponge -sudo apt-get install moreutils - # Replace new version in manifest -jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json +echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json # No need to update the README, yunohost-bot takes care of it diff --git a/README.md b/README.md index 1fbb292..b14910d 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 Système de gestion de contenu (CMS) for simple website -**Shipped version:** 0.8.17~ynh3 +**Shipped version:** 0.8.17~ynh4 **Demo:** https://datenstrom.se/yellow/demo/ diff --git a/README_fr.md b/README_fr.md index 9a28aa6..c90d7d5 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 Content management system (CMS) pour un site simple -**Version incluse :** 0.8.17~ynh3 +**Version incluse :** 0.8.17~ynh4 **Démo :** https://datenstrom.se/yellow/demo/ diff --git a/manifest.json b/manifest.json index 98061e3..b180b74 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Système de gestion de contenu (CMS) for simple website", "fr": "Content management system (CMS) pour un site simple" }, - "version": "0.8.17~ynh3", + "version": "0.8.17~ynh4", "url": "https://datenstrom.se/yellow/", "upstream": { "license": "GPL-2.0-only",