2022-07-14 00:34:21 +00:00

29 lines
860 B
JSON

{
"version": "3.7.2",
"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.2/dafny-3.7.2-x64-win.zip",
"hash": "9c69a757b52dbc8b742bde2b55f267a8d47f6908d71b9dc7d18c1f2e32bb48b7",
"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"
}
}
}
}