From f453a5af23866cd2915cc34dacea619f530f5e1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Jul 2022 00:34:21 +0000 Subject: [PATCH] dafny: Update to version 3.7.2 --- bucket/dafny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index 14f8405cc6..4562ac0bfe 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "3.7.1", + "version": "3.7.2", "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.7.1/dafny-3.7.1-x64-win.zip", - "hash": "4713c53a93b242e008824cc8e8861d112e1f6c483d2d08a1513f53506c8724f1", + "url": "https://github.com/dafny-lang/dafny/releases/download/v3.7.2/dafny-3.7.2-x64-win.zip", + "hash": "9c69a757b52dbc8b742bde2b55f267a8d47f6908d71b9dc7d18c1f2e32bb48b7", "extract_dir": "dafny" } },