ScoopInstaller_Main/ffmpeg-nightly.json
2018-12-04 11:00:48 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181204-f176d65",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181204-f176d65-win64-static.zip",
"hash": "d9c9b75ff2961f9813726c618aa144aba2d94fc38b56b645840eb6222fb18c4b",
"extract_dir": "ffmpeg-20181204-f176d65-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181204-f176d65-win32-static.zip",
"hash": "5d91344cd7b6ddcc43fed877a2864f8e9dee633aa9be83ef7daf7f82ff286fb4",
"extract_dir": "ffmpeg-20181204-f176d65-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"
}
}
}
}