mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #6654 from heitbaum/jellyfin
jellyfin: update to 10.8.1
This commit is contained in:
commit
2d3c960d4a
@ -1,3 +1,6 @@
|
||||
105
|
||||
- Update to Jellyfin 10.8.1
|
||||
|
||||
104
|
||||
- Update to Jellyfin 10.8.0
|
||||
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
PKG_NAME="jellyfin"
|
||||
PKG_VERSION="1.0"
|
||||
PKG_VERSION_NUMBER="10.8.0"
|
||||
PKG_REV="104"
|
||||
PKG_VERSION_NUMBER="10.8.1"
|
||||
PKG_REV="105"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPLv2"
|
||||
PKG_SITE="https://jellyfin.org/"
|
||||
|
@ -42,7 +42,7 @@ echo "Downloading Jellyfin"
|
||||
# download Jellyfin
|
||||
rm -f ${CONTROL_FILE} ${DATA_FILE}
|
||||
(
|
||||
curl -L -# -O -C - https://repo.jellyfin.org/releases/server/portable/stable/combined/${JELLYFIN_FILE} 2>${DATA_FILE}
|
||||
curl -L -# -O -C - https://repo.jellyfin.org/releases/server/portable/versions/stable/combined/@JELLYFIN_VERSION@/${JELLYFIN_FILE} 2>${DATA_FILE}
|
||||
touch ${CONTROL_FILE}
|
||||
) | \
|
||||
while [ : ]; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user