mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Excavator was failing. Windows version(?) changed in the artifact naming template. This fixes the url for the 4.11.0 update.
28 lines
846 B
JSON
28 lines
846 B
JSON
{
|
|
"version": "4.11.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.11.0/dafny-4.11.0-x64-windows-2022.zip",
|
|
"hash": "3653f05a111ca21e234709ea7b25ce96083fd6c6f10484256ba54110dbc0654d",
|
|
"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-2022.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|