ScoopInstaller_Main/bucket/handbrake-cli.json
2025-08-09 12:31:23 +00:00

28 lines
948 B
JSON

{
"version": "1.10.0",
"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.10.0/HandBrakeCLI-1.10.0-win-x86_64.zip",
"hash": "9c80e017cc98b7c473d0bacb208c625f03661dbeba41e1683942e2a161ae21e6"
}
},
"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>"
}
}
}