ScoopInstaller_Main/ffmpeg-nightly.json
2018-09-26 09:00:32 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180925-efb65ab",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180925-efb65ab-win64-static.zip",
"hash": "1411faf1498aba34476954f269b666312b7950203db154f2ba483514c12e0c58",
"extract_dir": "ffmpeg-20180925-efb65ab-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180925-efb65ab-win32-static.zip",
"hash": "93de3bfd306b19630d1aebad4aa74eb5d811ea53f5d7a3a0168b2d86bba0f877",
"extract_dir": "ffmpeg-20180925-efb65ab-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"
}
}
}
}