ScoopInstaller_Main/ffmpeg-nightly.json
2018-03-19 09:01:02 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180319-e5b4cd4",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180319-e5b4cd4-win64-static.zip",
"hash": "862b2e20223281c2ece59b008c2f2cada976945af864cfb6b6b5d623b88083a9",
"extract_dir": "ffmpeg-20180319-e5b4cd4-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180319-e5b4cd4-win32-static.zip",
"hash": "0fc9f9f6d4be4229144b9b298508d636dcab79ea57133bf49e8b00df8eede0fa",
"extract_dir": "ffmpeg-20180319-e5b4cd4-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"
}
}
}
}