dafny: Update to version 3.7.1

This commit is contained in:
github-actions[bot] 2022-06-22 00:35:52 +00:00
parent 2d1b2e4575
commit 9088b2f55e

View File

@ -1,12 +1,12 @@
{ {
"version": "3.7.0", "version": "3.7.1",
"description": "A programming language with a program verifier", "description": "A programming language with a program verifier",
"homepage": "https://dafny-lang.github.io/dafny/", "homepage": "https://dafny-lang.github.io/dafny/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dafny-lang/dafny/releases/download/v3.7.0/dafny-3.7.0-x64-win.zip", "url": "https://github.com/dafny-lang/dafny/releases/download/v3.7.1/dafny-3.7.1-x64-win.zip",
"hash": "402ae1b446149422c27c90cff46b7220bbf0c959eba0aaffb5cd271600c4d2e1", "hash": "4713c53a93b242e008824cc8e8861d112e1f6c483d2d08a1513f53506c8724f1",
"extract_dir": "dafny" "extract_dir": "dafny"
} }
}, },