From 2afb5b1b6121192b71e15e44ec669fc0b38415cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 00:33:00 +0000 Subject: [PATCH] fake: Update to version 5.22.0 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index de99280c5e..5b1317dadd 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "version": "5.21.1", + "version": "5.22.0", "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.1/fake-dotnetcore-win7-x64.zip", - "hash": "28f164aaab46f2e207c8ac6d46b8e367c5ea131ee6f8846973e0b3d3f1340ea6" + "url": "https://github.com/fsharp/FAKE/releases/download/5.22.0/fake-dotnetcore-win7-x64.zip", + "hash": "132f058a04a4bf0537c09b21db3fea5397fd6d2b054915d08c0b6305d546d6c6" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.21.1/fake-dotnetcore-win7-x86.zip", - "hash": "3b08d1d9f92b314e0bf1b97ad0fac475addca63f58e7a4b8bcdec010c16fb92a" + "url": "https://github.com/fsharp/FAKE/releases/download/5.22.0/fake-dotnetcore-win7-x86.zip", + "hash": "7b617fdafb04522a47cd7d17d2a6332aa30781c3387cb74d2637ad5b93f80ca8" } }, "bin": "fake.exe",