ScoopInstaller_Main/bucket/handbrake-cli.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

27 lines
839 B
JSON

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