ScoopInstaller_Main/ffmpeg-nightly.json
2018-12-13 11:00:24 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181212-32601fb",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181212-32601fb-win64-static.zip",
"hash": "3d2c126e49239a120b218b8530091fd4d74837cce136f24d6ef8b09bffd86816",
"extract_dir": "ffmpeg-20181212-32601fb-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181212-32601fb-win32-static.zip",
"hash": "f3ff6671795706bad16b53c5dd793dab6ba16589582bacf79807d309ee83876c",
"extract_dir": "ffmpeg-20181212-32601fb-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"
}
}
}
}