ScoopInstaller_Main/bucket/handbrake-cli.json
2020-05-04 08:53:52 +02: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.2",
"architecture": {
"64bit": {
"hash": "775dd05fa255e5af5dfa14c64b8a2822f255dcd4d8f82c1dfa19ca3ed6c9253a",
"url": "https://download.handbrake.fr/handbrake/releases/1.3.2/HandBrakeCLI-1.3.2-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"
}
}
}