dafny: Update to version 3.5.0 (#3400)

This commit is contained in:
tech189 2022-03-18 04:02:46 +00:00 committed by GitHub
parent 3c0df31b5a
commit 584ddae139
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
{
"version": "3.2.0",
"version": "3.5.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",
"url": "https://github.com/dafny-lang/dafny/releases/download/v3.5.0/dafny-3.5.0-x64-win.zip",
"hash": "5226037164174899d3f9078348d0f7ad06ff5c158e60836e6122bd98ff9bd03a",
"extract_dir": "dafny"
}
},