ScoopInstaller_Main/ffmpeg-nightly.json
2018-11-19 11:00:23 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181118-8f875a9",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181118-8f875a9-win64-static.zip",
"hash": "92ad0667e7ec02cfd1b6d154db524cafa3e36cc964f8c4f76e4f60eb8de94119",
"extract_dir": "ffmpeg-20181118-8f875a9-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181118-8f875a9-win32-static.zip",
"hash": "e32f7c45f3e350db956bec0f23acf977da6d1a221123f3e7c3fa679907662a6c",
"extract_dir": "ffmpeg-20181118-8f875a9-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"
}
}
}
}