ScoopInstaller_Main/bucket/handbrake-cli.json
2022-06-10 08:33:27 +00:00

28 lines
945 B
JSON

{
"version": "1.5.1",
"description": "A video transcoder with extensive support for multiple formats. (CLI version)",
"homepage": "https://handbrake.fr",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/HandBrake/HandBrake/releases/download/1.5.1/HandBrakeCLI-1.5.1-win-x86_64.zip",
"hash": "496e91f1341095305e46f331463281e93fabed926381d28b79a2bd3785c49954"
}
},
"bin": "HandBrakeCLI.exe",
"checkver": {
"github": "https://github.com/HandBrake/HandBrake"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/HandBrake/HandBrake/releases/download/$version/HandBrakeCLI-$version-win-x86_64.zip"
}
},
"hash": {
"url": "https://handbrake.fr/rotation.php?file=$basename",
"regex": "<td>$sha256</td>"
}
}
}