From 43bcabc8a33b0b8e3b26525099ef5c28351b5cbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Jan 2022 16:29:22 +0000 Subject: [PATCH] fake: Update to version 5.21.1 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index 5e9534d04a..de99280c5e 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "version": "5.21.0", + "version": "5.21.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/5.21.0/fake-dotnetcore-win7-x64.zip", - "hash": "442187fe4aa0e0bfd444c0488f315b600244d80ae330fb83e46522b03b2aac69" + "url": "https://github.com/fsharp/FAKE/releases/download/5.21.1/fake-dotnetcore-win7-x64.zip", + "hash": "28f164aaab46f2e207c8ac6d46b8e367c5ea131ee6f8846973e0b3d3f1340ea6" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.21.0/fake-dotnetcore-win7-x86.zip", - "hash": "f4ade06495e71fea46b0d60553d91e69ffc7bb3ad952f927930a2ec23904ae45" + "url": "https://github.com/fsharp/FAKE/releases/download/5.21.1/fake-dotnetcore-win7-x86.zip", + "hash": "3b08d1d9f92b314e0bf1b97ad0fac475addca63f58e7a4b8bcdec010c16fb92a" } }, "bin": "fake.exe",