1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

Fix ffmpeg version in _common.sh

This commit is contained in:
tituspijean 2024-02-20 18:28:11 +01:00 committed by GitHub
parent fb3bb2cc71
commit 9b1869a832
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ debian=$(lsb_release --codename --short)
pkg_version="10.8.13-1"
version=$(echo "$pkg_version" | cut -d '-' -f 1)
ffmpeg_pkg_version="6.0.1-1"
ffmpeg_pkg_version="6.0.1-3"
ldap_pkg_version="17.0.0.0"
discovery_service_port=1900