ScoopInstaller_Main/ffmpeg.json
2017-07-11 14:00:25 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20170711-0780ad9",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170711-0780ad9-win64-static.zip",
"hash": "67d99be6efe8a507233976ad2084944a96f3189c67aa8f7cb213ab2eea28cc29",
"extract_dir": "ffmpeg-20170711-0780ad9-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170711-0780ad9-win32-static.zip",
"hash": "97fe4f8b859689d55c5fc5941b64171634a0bde97cafa338f96cac03392a98d8",
"extract_dir": "ffmpeg-20170711-0780ad9-win32-static"
}
},
"bin": [
"bin\\ffmpeg.exe",
"bin\\ffplay.exe",
"bin\\ffprobe.exe"
],
"checkver": "value=\"([\\d]{8}-[\\d\\w]+)\"",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-$version-win64-static.zip",
"extract_dir": "ffmpeg-$version-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-$version-win32-static.zip",
"extract_dir": "ffmpeg-$version-win32-static"
}
}
}
}