ScoopInstaller_Main/ffmpeg.json
2017-10-27 09:01:45 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20171027-5834cba",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20171027-5834cba-win64-static.zip",
"hash": "2368555324a3ef3c3beb261d095575eca0a47566bef0289f4d1c367f1ffb5d1f",
"extract_dir": "ffmpeg-20171027-5834cba-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20171027-5834cba-win32-static.zip",
"hash": "169a6fdc9fa951a200fbeb949c27086f0d926c96f578bf528d5d9005cc994ab6",
"extract_dir": "ffmpeg-20171027-5834cba-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"
}
}
}
}