1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yellow_ynh.git synced 2024-09-03 20:36:12 +02:00
* Update updater.sh
This commit is contained in:
Éric Gaspar 2021-09-29 08:56:14 +02:00 committed by GitHub
parent bd7b7db5f0
commit be8fff9cb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 7 deletions

View file

@ -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

View file

@ -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/

View file

@ -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/

View file

@ -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",