ScoopInstaller_Main/ffmpeg-nightly.json
2019-02-05 11:00:46 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190205-8522d21",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190205-8522d21-win64-static.zip",
"hash": "c8cf88f5760b8ea6d1bb50906aa104482d7563e5f5e717643c0be6e1eef46607",
"extract_dir": "ffmpeg-20190205-8522d21-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190205-8522d21-win32-static.zip",
"hash": "4320df328d882909bdb437cc4687f4ccaf47aece029de1f3f880fa9fdca18c30",
"extract_dir": "ffmpeg-20190205-8522d21-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"
}
}
}
}