From 4eb3e2c380f5fd4e36975052b15e243919c4d008 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Sep 2023 20:24:48 +0000 Subject: [PATCH] dafny: Update to version 4.3.0 --- bucket/dafny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index 0be56b4017..3cde9e21bb 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "4.2.0", + "version": "4.3.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/v4.2.0/dafny-4.2.0-x64-windows-2019.zip", - "hash": "6e20aee580ae507e458b5ce6e7a2614c5726c42d45d2db55612fcbf55e91cba0", + "url": "https://github.com/dafny-lang/dafny/releases/download/v4.3.0/dafny-4.3.0-x64-windows-2019.zip", + "hash": "f494a7496530a6206bd61e53e7d106c82217f52004776a4f41ac698bff4b4381", "extract_dir": "dafny" } },