ScoopInstaller_Main/ffmpeg-nightly.json
2019-01-16 11:00:28 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190116-51978ae",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190116-51978ae-win64-static.zip",
"hash": "9e272da0c112240dc20b01c535767001a42681499de33ad53761b7025710ded2",
"extract_dir": "ffmpeg-20190116-51978ae-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190116-51978ae-win32-static.zip",
"hash": "28bd2330092f525104a89c2877cc3793261cc7d48719a24793717b787f99a0e3",
"extract_dir": "ffmpeg-20190116-51978ae-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"
}
}
}
}