From 11d9e04ac0e44878dc643528f1ef82f62d38b099 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 16:31:16 +0000 Subject: [PATCH] dafny: Update to version 3.8.1 --- bucket/dafny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index d133c87912..0a2e1cbc62 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "3.8.0", + "version": "3.8.1", "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.8.0/dafny-3.8.0-x64-win.zip", - "hash": "d605765e820cd06635cbbfbb05063c43148f280b5c01e2d7f2c5f1caeb198861", + "url": "https://github.com/dafny-lang/dafny/releases/download/v3.8.1/dafny-3.8.1-x64-win.zip", + "hash": "16590b6625ce81266df519849e8d5c7675a794d4f7a608502b053d8bca5bee95", "extract_dir": "dafny" } },