{ "version": "6.12.0.107", "description": "Cross platform, open source .NET framework.", "homepage": "https://www.mono-project.com/", "license": "MIT", "suggest": { "vcredist": [ "extras/vcredist2013", "extras/vcredist2015" ] }, "architecture": { "64bit": { "url": "https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.107-x64-0.msi", "hash": "19a7d899e76f0ea33dcfb02cd1efafe0c8592239ad6d03900b3016e6d2ba36ab" }, "32bit": { "url": "https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.107-gtksharp-2.12.45-win32-0.msi", "hash": "5e1640dc5ba03621331e789e170fd52f09d293e9244311a30f1f1a3ff4752fb3" } }, "extract_dir": "Mono", "env_add_path": "bin", "checkver": { "url": "http://www.mono-project.com/download/stable/", "regex": "(?[\\d.]+)/windows-installer/(?mono-(?[\\d.]+).*win32.*)\\.msi" }, "autoupdate": { "architecture": { "64bit": { "url": "https://download.mono-project.com/archive/$matchShort/windows-installer/mono-$version-x64-0.msi" }, "32bit": { "url": "https://download.mono-project.com/archive/$matchShort/windows-installer/$matchFile.msi" } } } }