2022-06-22 00:35:52 +00:00

29 lines
860 B
JSON

{
"version": "3.7.1",
"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.7.1/dafny-3.7.1-x64-win.zip",
"hash": "4713c53a93b242e008824cc8e8861d112e1f6c483d2d08a1513f53506c8724f1",
"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"
}
}
}
}