mirror of
https://github.com/YunoHost-Apps/yellow_ynh.git
synced 2024-09-03 20:36:12 +02:00
parent
bd7b7db5f0
commit
be8fff9cb6
4 changed files with 4 additions and 7 deletions
5
.github/workflows/updater.sh
vendored
5
.github/workflows/updater.sh
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue