ScoopInstaller_Main/ffmpeg-nightly.json
2018-03-08 10:00:21 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20180307-80798e3",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL3",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20180307-80798e3-win64-static.zip",
"hash": "fd285b728909763f563ab1f70a4c3ace1627aa9512a6e521378cabe2b9ca7c84",
"extract_dir": "ffmpeg-20180307-80798e3-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20180307-80798e3-win32-static.zip",
"hash": "417aef2bc89d4c5c9409b4114de47f18d0f14a51c68c7c0aaa49cb09b4673dff",
"extract_dir": "ffmpeg-20180307-80798e3-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"
}
}
}
}