ScoopInstaller_Main/ffmpeg.json
2017-08-22 07:00:16 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20170821-d826951",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170821-d826951-win64-static.zip",
"hash": "0ff608b69fb69f3ed2bc5b42039e2494404c514ca824ff687e16acebf66b14c1",
"extract_dir": "ffmpeg-20170821-d826951-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170821-d826951-win32-static.zip",
"hash": "30109ceecc40160539c2298b5991020e93bdb035f8126d4474713fb709d56472",
"extract_dir": "ffmpeg-20170821-d826951-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"
}
}
}
}