ScoopInstaller_Main/handbrake-cli.json
2019-02-17 23:01:54 +00:00

27 lines
834 B
JSON

{
"homepage": "https://handbrake.fr/",
"license": "GPL-2.0",
"version": "1.2.1",
"architecture": {
"64bit": {
"hash": "8fc4437573c5537004f714ee121d9f78c971c2d786f4cd99b3f58b9676032f38",
"url": "https://download.handbrake.fr/handbrake/releases/1.2.1/HandBrakeCLI-1.2.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"
}
}
}