dafny: Update to version 4.8.1

This commit is contained in:
github-actions[bot] 2024-09-16 20:27:58 +00:00
parent 74489e4248
commit 9a973e447a

View File

@ -1,12 +1,12 @@
{ {
"version": "4.8.0", "version": "4.8.1",
"description": "A programming language with a program verifier", "description": "A programming language with a program verifier",
"homepage": "https://dafny-lang.github.io/dafny/", "homepage": "https://dafny-lang.github.io/dafny/",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/dafny-lang/dafny/releases/download/v4.8.0/dafny-4.8.0-x64-windows-2019.zip", "url": "https://github.com/dafny-lang/dafny/releases/download/v4.8.1/dafny-4.8.1-x64-windows-2019.zip",
"hash": "4f8de2f20ebbc03dd80684326f2de41c93b0fc2c5c9174ba92388a73a2b2859f", "hash": "6ba17e1023ee76c20c6446b13604970c1bf82abd86597b0d66fee68bc51d0549",
"extract_dir": "dafny" "extract_dir": "dafny"
} }
}, },