ScoopInstaller_Main/ffmpeg.json
2017-03-27 07:01:06 +02:00

36 lines
1.3 KiB
JSON

{
"version": "20170327-d65b595",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170327-d65b595-win64-static.zip",
"hash": "41e43e1e7bde0a30bd8eb46fcbc1c319c9c248a29e0ea91b16e591509cabec20",
"extract_dir": "ffmpeg-20170327-d65b595-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170327-d65b595-win32-static.zip",
"hash": "ba372487c22ebdf63a945a213e0deac65fab99d3f1d5deddab2544dfd1d21009",
"extract_dir": "ffmpeg-20170327-d65b595-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"
}
}
}
}