From 7ba997f2f9645e057146d3ae5c5a6a75c767f94a Mon Sep 17 00:00:00 2001 From: StarsbySea <66008060+StarsbySea@users.noreply.github.com> Date: Sat, 11 Mar 2023 20:24:49 +0800 Subject: [PATCH] dafny: Update to version 4.0.0 (#4532) --- bucket/dafny.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index c2787ac08f..8616ee95be 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "3.12.0", + "version": "4.0.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.12.0/dafny-3.12.0-x64-win.zip", - "hash": "2355261784fe331ff48fcee55b4c663382c25f51d381af4f27e83cb820d4dd33", + "url": "https://github.com/dafny-lang/dafny/releases/download/v4.0.0/dafny-4.0.0-x64-windows-2019.zip", + "hash": "87169bb7355ca7834ce2942c3adc11b0f94f3ddb35307e01389ab90f09cf9b27", "extract_dir": "dafny" } }, @@ -21,7 +21,7 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/dafny-lang/dafny/releases/download/v$version/dafny-$version-x64-win.zip" + "url": "https://github.com/dafny-lang/dafny/releases/download/v$version/dafny-$version-x64-windows-2019.zip" } } }