handbrake-cli@1.3.2: Fix URL

This commit is contained in:
Jakub Čábera 2020-05-04 09:31:52 +02:00
parent f7ebe677c0
commit 6d7661dc91

View File

@ -1,12 +1,12 @@
{
"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",
"description": "A video transcoder with extensive support for multiple formats. (CLI version)",
"homepage": "https://handbrake.fr",
"license": "GPL-2.0-only",
"architecture": {
"64bit": {
"hash": "775dd05fa255e5af5dfa14c64b8a2822f255dcd4d8f82c1dfa19ca3ed6c9253a",
"url": "https://download.handbrake.fr/handbrake/releases/1.3.2/HandBrakeCLI-1.3.2-win-x86_64.zip"
"url": "https://github.com/HandBrake/HandBrake/releases/download/1.3.2/HandBrakeCLI-1.3.2-win-x86_64.zip",
"hash": "775dd05fa255e5af5dfa14c64b8a2822f255dcd4d8f82c1dfa19ca3ed6c9253a"
}
},
"bin": "HandBrakeCLI.exe",
@ -16,12 +16,12 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.handbrake.fr/handbrake/releases/$version/HandBrakeCLI-$version-win-x86_64.zip"
"url": "https://github.com/HandBrake/HandBrake/releases/download/$version/HandBrakeCLI-$version-win-x86_64.zip"
}
},
"hash": {
"find": "<td>([a-fA-F0-9]{64})</td>",
"url": "https://handbrake.fr/rotation.php?file=$basename"
"url": "https://handbrake.fr/rotation.php?file=$basename",
"regex": "<td>$sha256</td>"
}
}
}