From 92f45ae36b1c07645060906e8199114aaded227b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 6 May 2020 11:06:25 +0200 Subject: [PATCH] fake: Update to version 5.20.0 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index 84cffc8c3f..df5f06db76 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { "homepage": "https://fake.build", "description": "F# Make, build automation tool for .NET with similar capabilities to make and rake", - "version": "5.19.1", + "version": "5.20.0", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.19.1/fake-dotnetcore-win7-x64.zip", - "hash": "c1ffda65f3c714cfe582c3c92e8baee83e06620040a84be94e9edbdd58e77efd" + "url": "https://github.com/fsharp/FAKE/releases/download/5.20.0/fake-dotnetcore-win7-x64.zip", + "hash": "ea70ae94a686f38b8592375df2d3aacf6ab9633abc49ba54c8530a504e85f9a2" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.19.1/fake-dotnetcore-win7-x86.zip", - "hash": "988c8ff7b82c91f64389620ce9eedf508748903f287942c034c45ef663635814" + "url": "https://github.com/fsharp/FAKE/releases/download/5.20.0/fake-dotnetcore-win7-x86.zip", + "hash": "3f7e5e8f1786f2338e2cc001b74ba6ed3f26c22c68d7438adbb0072899667330" } }, "bin": "fake.exe",