mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
28 lines
846 B
JSON
28 lines
846 B
JSON
{
|
|
"version": "4.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/v4.10.0/dafny-4.10.0-x64-windows-2019.zip",
|
|
"hash": "e048a91fe84b8587f62334968e145d3e78312f6b2ab4465a24eaf7e94fca5028",
|
|
"extract_dir": "dafny"
|
|
}
|
|
},
|
|
"bin": [
|
|
"Dafny.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-windows-2019.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|