From 2b420d13ba0535148e25801d8deb90003022a4b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:29:36 +0000 Subject: [PATCH] fake: Update to version 6.1.1 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index f3c062278a..dc5b9f9722 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "version": "6.1.0", + "version": "6.1.1", "description": "F# Make, build automation tool for .NET with similar capabilities to make and rake", "homepage": "https://fake.build", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/6.1.0/fake-dotnetcore-win7-x64.zip", - "hash": "a877b0cddf20fd64477cad394eb6710ae0c32092ba6ab73459f1e8872fb9e6fe" + "url": "https://github.com/fsharp/FAKE/releases/download/6.1.1/fake-dotnetcore-win7-x64.zip", + "hash": "d0a5379b92fe2be228d9d880c419c26c1871aae84080bd312213450ade6da5b0" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/6.1.0/fake-dotnetcore-win7-x86.zip", - "hash": "6863e4e68faf84e8d7abc42084aba94d269ca9c17ee3a4b7fbf8b71098607416" + "url": "https://github.com/fsharp/FAKE/releases/download/6.1.1/fake-dotnetcore-win7-x86.zip", + "hash": "2e7cc433f7d472ce104e308f5edfb72b6d6767e4608d3f822e15aec203839ae3" } }, "bin": "fake.exe",