ScoopInstaller_Main/bucket/handbrake-cli.json
2020-01-04 22:00:20 +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.1",
"architecture": {
"64bit": {
"hash": "489f9b2aa3f3127e71c90e7e216e52e5288ea9ad317ec5628f06f85d7c37a1e7",
"url": "https://download.handbrake.fr/handbrake/releases/1.3.1/HandBrakeCLI-1.3.1-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"
}
}
}