mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
Merge pull request #92 from YunoHost-Apps/master-promotion
Upgrade master from testing
This commit is contained in:
commit
1203c72d37
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater_ffmpeg-static.sh
vendored
2
.github/workflows/updater_ffmpeg-static.sh
vendored
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue