mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
* Add dafny * Add win32yank * Reorder fields * Reorder fields * Update bucket/win32yank.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/win32yank.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/dafny.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Remove extract_dir from autoupdate Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
28 lines
772 B
JSON
28 lines
772 B
JSON
{
|
|
"version": "3.2.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.2.0/dafny-3.2.0-x64-win.zip",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|