ScoopInstaller_Main/ffmpeg.json
2017-07-31 17:00:35 +00:00

36 lines
1.3 KiB
JSON

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