ScoopInstaller_Main/ffmpeg-nightly.json
2019-02-28 11:01:56 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20190227-85051fe",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20190227-85051fe-win64-static.zip",
"hash": "d2156ea11a165c8d518d72e0f4eb6fef8dfba251cb414b66905907c9b1c72489",
"extract_dir": "ffmpeg-20190227-85051fe-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20190227-85051fe-win32-static.zip",
"hash": "ab5f6b7931a7c564eed653bc8c54b0227456e739cf2e720b32ad0a848109b468",
"extract_dir": "ffmpeg-20190227-85051fe-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"
}
}
}
}