mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
29 lines
850 B
JSON
29 lines
850 B
JSON
{
|
|
"homepage": "https://handbrake.fr/",
|
|
"license": "GPL-2.0",
|
|
"version": "1.1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"hash": "8a8b5370f4c0f397b5bc7ff626c29e68bcaf48993819044b2082f7c6632f74ff",
|
|
"url": "https://download.handbrake.fr/handbrake/releases/1.1.0/HandBrakeCLI-1.1.0-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"
|
|
}
|
|
}
|
|
}
|