dafny: Update to version 3.8.0

This commit is contained in:
github-actions[bot] 2022-08-24 00:34:05 +00:00
parent 7099939561
commit d74ba32994

View File

@ -1,12 +1,12 @@
{ {
"version": "3.7.3", "version": "3.8.0",
"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.3/dafny-3.7.3-x64-win.zip", "url": "https://github.com/dafny-lang/dafny/releases/download/v3.8.0/dafny-3.8.0-x64-win.zip",
"hash": "60ad98e95800873e9996fb8e523672cc2bcef72e40b7e30a0f030dfde63627c2", "hash": "d605765e820cd06635cbbfbb05063c43148f280b5c01e2d7f2c5f1caeb198861",
"extract_dir": "dafny" "extract_dir": "dafny"
} }
}, },