ScoopInstaller_Main/ffmpeg.json
2017-06-14 17:00:26 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20170613-feb13ae",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170613-feb13ae-win64-static.zip",
"hash": "e767901797baeaa3dae3da5f6e129eb6bc46219a234d5e6c95d94ef84c7ce855",
"extract_dir": "ffmpeg-20170613-feb13ae-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170613-feb13ae-win32-static.zip",
"hash": "6526e9376c5f1eaa8641fc368eefa34010fffd2668d9442829d0a8219bdc77e8",
"extract_dir": "ffmpeg-20170613-feb13ae-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"
}
}
}
}