Extras/bucket/radarr.json
2026-07-12 20:32:55 +00:00

44 lines
1.5 KiB
JSON

{
"version": "6.3.0.10514",
"homepage": "https://radarr.video/",
"description": "A movie collection manager with several features for Usenet and BitTorrent users.",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/Radarr/Radarr/releases/download/v6.3.0.10514/Radarr.master.6.3.0.10514.windows-core-x64.zip",
"hash": "0723cb13be251f99e0e5862904c323f403d5c036e006faff9ac4a230a5f7a79b"
},
"32bit": {
"url": "https://github.com/Radarr/Radarr/releases/download/v6.3.0.10514/Radarr.master.6.3.0.10514.windows-core-x86.zip",
"hash": "dcc42b00b6f3575265b51a3f3fe31d6cc83baf395653c72b46c7f4b3f3cb6c40"
}
},
"extract_dir": "Radarr",
"bin": [
"Radarr.Console.exe",
[
"Radarr.Console.exe",
"Radarr"
]
],
"shortcuts": [
[
"Radarr.exe",
"Radarr"
]
],
"checkver": {
"github": "https://github.com/Radarr/Radarr"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Radarr/Radarr/releases/download/v$version/Radarr.master.$version.windows-core-x64.zip"
},
"32bit": {
"url": "https://github.com/Radarr/Radarr/releases/download/v$version/Radarr.master.$version.windows-core-x86.zip"
}
}
}
}