ScoopInstaller_Main/ffmpeg-nightly.json
2018-05-01 09:00:27 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180430-0807a77",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180430-0807a77-win64-static.zip",
"hash": "c80fdd72d7cece4fd66ab69e915626b23dd0c5b2f9b2ee0f4c0ceaa601c866d8",
"extract_dir": "ffmpeg-20180430-0807a77-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180430-0807a77-win32-static.zip",
"hash": "fc9776beb815557151eb4c30436a2ef67a10aa03a6b434f7cbd5c7d1d3fc81aa",
"extract_dir": "ffmpeg-20180430-0807a77-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"
}
}
}
}