dafny: Update to version 3.12.0

This commit is contained in:
github-actions[bot] 2023-02-21 20:27:20 +00:00
parent 17aa94f88a
commit f35db316cf

View File

@ -1,12 +1,12 @@
{ {
"version": "3.11.0", "version": "3.12.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.11.0/dafny-3.11.0-x64-win.zip", "url": "https://github.com/dafny-lang/dafny/releases/download/v3.12.0/dafny-3.12.0-x64-win.zip",
"hash": "1bbb56bfe73cab0b864a0f205b274c7a591e1c47a7be40f7773b394e4ae44d5f", "hash": "2355261784fe331ff48fcee55b4c663382c25f51d381af4f27e83cb820d4dd33",
"extract_dir": "dafny" "extract_dir": "dafny"
} }
}, },