ScoopInstaller_Main/ffmpeg.json
2017-03-18 08:03:07 +01:00

36 lines
1.3 KiB
JSON

{
"version": "20170317-9e6b269",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170317-9e6b269-win64-static.zip",
"hash": "ef0541e0ca09ce9d82ec05bb411efea45e698cbd5e561bd2998c2d3b7a21bf65",
"extract_dir": "ffmpeg-20170317-9e6b269-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170317-9e6b269-win32-static.zip",
"hash": "6863218b8a2f604a455d7609cc59643b0b0cbbfae1099c50d3175ca64e5c0163",
"extract_dir": "ffmpeg-20170317-9e6b269-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"
}
}
}
}