mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
878 B
JSON
29 lines
878 B
JSON
{
|
|
"version": "4.1.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.1.0/dafny-4.1.0-x64-windows-2019.zip",
|
|
"hash": "1ebb7746b9b94f72563810c53789c45c9ba1d8c7aeb03d6b72e59a7e8b45f35a",
|
|
"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-windows-2019.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|