{ "version": "3.9.0", "description": "A programming language with a program verifier", "homepage": "https://dafny-lang.github.io/dafny/", "license": "MIT", "architecture": { "64bit": { "url": "https://github.com/dafny-lang/dafny/releases/download/v3.9.0/dafny-3.9.0-x64-win.zip", "hash": "87921cefb2b7914b5f91549c98faf1676ad14b1b9a2f4e4b363b2e8aec0e3181", "extract_dir": "dafny" } }, "bin": [ "Dafny.exe", "DafnyLanguageServer.exe", "DafnyServer.exe" ], "checkver": { "github": "https://github.com/dafny-lang/dafny" }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/dafny-lang/dafny/releases/download/v$version/dafny-$version-x64-win.zip" } } } }