From c828dff3f0fa5e0bcbadd9e18c5ff7afa69e0704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 6 Aug 2020 08:10:08 +0200 Subject: [PATCH] fake: Update to version 5.20.3 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index f7ab4853a6..e4d671bb2d 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "version": "5.20.2", + "version": "5.20.3", "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.2/fake-dotnetcore-win7-x64.zip", - "hash": "f0a2e5923eb70171e0c8379f180babc9a5ca5021edacf714211ba80970b70f7e" + "url": "https://github.com/fsharp/FAKE/releases/download/5.20.3/fake-dotnetcore-win7-x64.zip", + "hash": "c9f70b17ebb3541d39f4699c91717c15f59f6df5c1630f985da901cf38bb97e7" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.20.2/fake-dotnetcore-win7-x86.zip", - "hash": "7e67788adcd629233a5514029c38ec11fc0935bd18d828f68d77d90b087bafa7" + "url": "https://github.com/fsharp/FAKE/releases/download/5.20.3/fake-dotnetcore-win7-x86.zip", + "hash": "127cc62164e817e9d2eda6b275ab3d97d1adb75e37db490148b51f2945de2a64" } }, "bin": "fake.exe",