ScoopInstaller_Main/ffmpeg.json
2017-07-19 05:02:02 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20170718-012620a",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170718-012620a-win64-static.zip",
"hash": "7f102b3961861eb4ed8dc13b8d9c7e703b58ae6c65a7a7edce5d17f9d251226c",
"extract_dir": "ffmpeg-20170718-012620a-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170718-012620a-win32-static.zip",
"hash": "85f7ba0d994791d778c1df9ad4aac9937b2e180337864c028c6c621da7a9a7ec",
"extract_dir": "ffmpeg-20170718-012620a-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"
}
}
}
}