2022-12-16 00:34:10 +00:00

29 lines
863 B
JSON

{
"version": "3.10.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.10.0/dafny-3.10.0-x64-win.zip",
"hash": "990d4e15723f0c7512319f8ce231e71f371a0c3058d856d1478653b4dd6df1ae",
"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"
}
}
}
}