mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 13:11:22 +00:00
29 lines
860 B
JSON
29 lines
860 B
JSON
{
|
|
"version": "3.5.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.5.0/dafny-3.5.0-x64-win.zip",
|
|
"hash": "5226037164174899d3f9078348d0f7ad06ff5c158e60836e6122bd98ff9bd03a",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|