From 584ddae13919a391dbc401077765787613aab846 Mon Sep 17 00:00:00 2001 From: tech189 Date: Fri, 18 Mar 2022 04:02:46 +0000 Subject: [PATCH] dafny: Update to version 3.5.0 (#3400) --- bucket/dafny.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index 358a2b41a3..380be7c8ba 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -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" } },