ScoopInstaller_Main/bucket/ffmpeg-nightly.json
2019-04-27 10:00:37 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190426-4b7166c",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190426-4b7166c-win64-static.zip",
"hash": "c1eb2f4b02851892b08156c4a623f0f213a9cfbd6f22ceb92114cf3b224e611c",
"extract_dir": "ffmpeg-20190426-4b7166c-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190426-4b7166c-win32-static.zip",
"hash": "680e0cf83e244aee6f1f0aadbe95f6689ede1d9c6170b8b2eb8c832f91ec4ae5",
"extract_dir": "ffmpeg-20190426-4b7166c-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"
}
}
}
}