From 9a973e447ab965580d937c46e499b3243e5b67a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 20:27:58 +0000 Subject: [PATCH] dafny: Update to version 4.8.1 --- bucket/dafny.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/dafny.json b/bucket/dafny.json index 07bf8571de..a21f7056d9 100644 --- a/bucket/dafny.json +++ b/bucket/dafny.json @@ -1,12 +1,12 @@ { - "version": "4.8.0", + "version": "4.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/v4.8.0/dafny-4.8.0-x64-windows-2019.zip", - "hash": "4f8de2f20ebbc03dd80684326f2de41c93b0fc2c5c9174ba92388a73a2b2859f", + "url": "https://github.com/dafny-lang/dafny/releases/download/v4.8.1/dafny-4.8.1-x64-windows-2019.zip", + "hash": "6ba17e1023ee76c20c6446b13604970c1bf82abd86597b0d66fee68bc51d0549", "extract_dir": "dafny" } },