From 99ac2e9db32854fbc4c1226b35af3bdb3cc4da84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 27 Jun 2020 23:22:24 +0200 Subject: [PATCH] fake: Update to version 5.20.2 --- bucket/fake.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index fc20db40fe..f7ab4853a6 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "homepage": "https://fake.build", + "version": "5.20.2", "description": "F# Make, build automation tool for .NET with similar capabilities to make and rake", - "version": "5.20.1", + "homepage": "https://fake.build", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.20.1/fake-dotnetcore-win7-x64.zip", - "hash": "eb9a76fd92f18ea0e646c392478f273fcdffd935116b949e13092714888ab4bd" + "url": "https://github.com/fsharp/FAKE/releases/download/5.20.2/fake-dotnetcore-win7-x64.zip", + "hash": "f0a2e5923eb70171e0c8379f180babc9a5ca5021edacf714211ba80970b70f7e" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.20.1/fake-dotnetcore-win7-x86.zip", - "hash": "3a358a80cd19548da08c01b5508056e0dcf1b74db3edf39f9ff72eeb659b161b" + "url": "https://github.com/fsharp/FAKE/releases/download/5.20.2/fake-dotnetcore-win7-x86.zip", + "hash": "7e67788adcd629233a5514029c38ec11fc0935bd18d828f68d77d90b087bafa7" } }, "bin": "fake.exe",