ScoopInstaller_Main/ffmpeg-nightly.json
2018-11-13 11:00:21 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181113-7992c28",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181113-7992c28-win64-static.zip",
"hash": "ed8e865b75c115c42862e38a8b8b09edb703c38d13ea7a1caf0ca16acb078d67",
"extract_dir": "ffmpeg-20181113-7992c28-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181113-7992c28-win32-static.zip",
"hash": "217c7d81b1eba0776d471ea4559230ba1c43d37b03183ab367a3da89e43b949e",
"extract_dir": "ffmpeg-20181113-7992c28-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"
}
}
}
}