ScoopInstaller_Main/ffmpeg.json
2017-05-03 06:01:16 +02:00

36 lines
1.3 KiB
JSON

{
"version": "20170503-a75ef15",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20170503-a75ef15-win64-static.zip",
"hash": "ce48250900456495353a2d7b4edcd67fe80af2b35ea822cb4abc4c4c5db19dcd",
"extract_dir": "ffmpeg-20170503-a75ef15-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20170503-a75ef15-win32-static.zip",
"hash": "0371843b9e0c5b273247ee6a9b0d1b4651e99f328361d77281f56da69e0c9ccd",
"extract_dir": "ffmpeg-20170503-a75ef15-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"
}
}
}
}