1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00

Update updater_ffmpeg-static.sh

This commit is contained in:
Sylvain 2024-08-27 22:22:48 +02:00
parent bf0c685147
commit ef680f580d

View file

@ -9,7 +9,7 @@ version_current=$(cat manifest.toml | tomlq -j '.version')
version_app=$(cat manifest.toml | tomlq -j '.version|split("~ynh")[0]')
version_ynh=$(cat manifest.toml | tomlq -j '.version|split("~ynh")[1]')
version_next="$version_app~ynh$(($version_ynh+1))"
version=$("$version_next" | tr '~' '-')
version=$(echo "$version_next" | tr '~' '-')
repo=$(cat manifest.toml | tomlq -j '.upstream.code|split("https://github.com/")[1]')
amd64_url=$(cat manifest.toml | tomlq -j '.resources.sources."ffmpeg-static".amd64.url')