Skip to content

Commit

Permalink
jellyfin: Add version 10.6.4 (#5396)
Browse files Browse the repository at this point in the history
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
  • Loading branch information
mertd and Ash258 authored Jan 10, 2021
1 parent 7da8a35 commit a7ea06c
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions bucket/jellyfin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"version": "10.6.4",
"description": "Software Media System",
"homepage": "https://jellyfin.org",
"license": "GPL-2.0-only",
"suggest": {
"ffmpeg": [
"ffmpeg",
"ffmpeg-nightly"
],
"nssm": "nssm"
},
"architecture": {
"64bit": {
"url": "https://repo.jellyfin.org/releases/server/windows/versions/stable/combined/10.6.4/jellyfin_10.6.4.zip",
"hash": "24e6c832b82fba9cdc6ef0a7a79ae0f1a4fed73fd3119e38369f68913c1a5945"
}
},
"extract_dir": "jellyfin_10.6.4",
"extract_to": "system",
"bin": [
[
"system\\jellyfin.exe",
"jellyfin",
"-d \"$dir\\data\""
]
],
"persist": "data",
"checkver": {
"url": "https://repo.jellyfin.org/releases/server/windows/versions/stable/combined/",
"regex": "\"([\\d.]+)/",
"reverse": true
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://repo.jellyfin.org/releases/server/windows/versions/stable/combined/$version/jellyfin_$version.zip"
}
},
"hash": {
"url": "$url.sha256sum"
},
"extract_dir": "jellyfin_$version"
}
}

0 comments on commit a7ea06c

Please sign in to comment.