From cbb74d31714855814196a019448e66cf6b8e2340 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 31 Mar 2021 17:00:38 +0000 Subject: [PATCH] fake: Update to version 5.20.4 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index e4d671bb2d..8b63b62b22 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "version": "5.20.3", + "version": "5.20.4", "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/5.20.3/fake-dotnetcore-win7-x64.zip", - "hash": "c9f70b17ebb3541d39f4699c91717c15f59f6df5c1630f985da901cf38bb97e7" + "url": "https://github.com/fsharp/FAKE/releases/download/5.20.4/fake-dotnetcore-win7-x64.zip", + "hash": "3de7e3a5487f228adf43168e9b1e8a6a6ea78ad1914ff21a599ec0afadd32f5e" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.20.3/fake-dotnetcore-win7-x86.zip", - "hash": "127cc62164e817e9d2eda6b275ab3d97d1adb75e37db490148b51f2945de2a64" + "url": "https://github.com/fsharp/FAKE/releases/download/5.20.4/fake-dotnetcore-win7-x86.zip", + "hash": "bc65da6c2011d7b6a045093af2c56f2a50bc992ee09b0f3db331478413cbcef6" } }, "bin": "fake.exe",