ScoopInstaller_Main/ffmpeg-nightly.json
2018-12-06 11:00:36 +00:00

36 lines
1.3 KiB
JSON

{
"version": "20181205-2c64a6b",
"homepage": "https://ffmpeg.zeranoe.com/builds/",
"license": "GPL-3.0",
"architecture": {
"64bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-20181205-2c64a6b-win64-static.zip",
"hash": "330dee45828b18f661bb4dcce5a24f5a175b64f3c2a2b13a57bfa7ede18d2389",
"extract_dir": "ffmpeg-20181205-2c64a6b-win64-static"
},
"32bit": {
"url": "https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-20181205-2c64a6b-win32-static.zip",
"hash": "e83a662371f5bd3a920201b529cdfc5b92be9c5b92e04e6541416b457d07f7ce",
"extract_dir": "ffmpeg-20181205-2c64a6b-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"
}
}
}
}