ScoopInstaller_Main/ffmpeg-nightly.json
2019-02-15 11:01:51 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190215-9e1e521",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190215-9e1e521-win64-static.zip",
"hash": "2b46c94d39b7a16ffa22f77aa2b783964f1f870a7e960d3a25f7c5776a7e38a7",
"extract_dir": "ffmpeg-20190215-9e1e521-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190215-9e1e521-win32-static.zip",
"hash": "6af5931fe64cf4790b0e8f51151616bf828ee02d9ad31c622b10dd9c35af65ba",
"extract_dir": "ffmpeg-20190215-9e1e521-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"
}
}
}
}