handbrake-cli: Update to version 1.2.0

This commit is contained in:
Richard Kuhnt 2018-12-22 17:00:21 +00:00
parent ce81703cca
commit fe21f8afbc

View File

@ -1,16 +1,14 @@
{ {
"homepage": "https://handbrake.fr/", "homepage": "https://handbrake.fr/",
"license": "GPL-2.0", "license": "GPL-2.0",
"version": "1.1.2", "version": "1.2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"hash": "8b275a6584a3a2d01244d4c372bf002ed6a9fc86189dbc18ff7a3204851c4fcd", "hash": "bd12c0b5e6e0ef562e0123cae7de9c6988b1d17e7e8f90f48c88931d9dc4d5a9",
"url": "https://download.handbrake.fr/handbrake/releases/1.1.2/HandBrakeCLI-1.1.2-win-x86_64.zip" "url": "https://download.handbrake.fr/handbrake/releases/1.2.0/HandBrakeCLI-1.2.0-win-x86_64.zip"
} }
}, },
"bin": [ "bin": "HandBrakeCLI.exe",
"HandBrakeCLI.exe"
],
"checkver": { "checkver": {
"github": "https://github.com/HandBrake/HandBrake" "github": "https://github.com/HandBrake/HandBrake"
}, },