ScoopInstaller_Main/bucket/handbrake-cli.json
2019-11-09 23:00:45 +00:00

28 lines
939 B
JSON

{
"homepage": "https://handbrake.fr/",
"description": "A video transcoder with extensive support for multiple formats. (CLI version)",
"license": "GPL-2.0-only",
"version": "1.3.0",
"architecture": {
"64bit": {
"hash": "34743972b525e576f97ca6c43a664e75d2b1ea3b50dbd4e373c773aef61b4589",
"url": "https://download.handbrake.fr/handbrake/releases/1.3.0/HandBrakeCLI-1.3.0-win-x86_64.zip"
}
},
"bin": "HandBrakeCLI.exe",
"checkver": {
"github": "https://github.com/HandBrake/HandBrake"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.handbrake.fr/handbrake/releases/$version/HandBrakeCLI-$version-win-x86_64.zip"
}
},
"hash": {
"find": "<td>([a-fA-F0-9]{64})</td>",
"url": "https://handbrake.fr/rotation.php?file=$basename"
}
}
}