1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rss-bridge_ynh.git synced 2024-09-03 20:25:51 +02:00

Fix version

This commit is contained in:
yalh76 2022-07-12 01:58:54 +02:00
parent b0664902d3
commit 6d7466255e

View file

@ -96,8 +96,9 @@ echo "... conf/$src.src updated"
# GENERIC FINALIZATION # GENERIC FINALIZATION
#================================================= #=================================================
clean_version=${version//-/.}
# Replace new version in manifest # Replace new version in manifest
echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json echo "$(jq -s --indent 4 ".[] | .version = \"$clean_version~ynh1\"" manifest.json)" > manifest.json
# No need to update the README, yunohost-bot takes care of it # No need to update the README, yunohost-bot takes care of it