From 2afc6b063a69185847500543eeec4dbb4f0ad55f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:31:01 +0000 Subject: [PATCH] fake: Update to version 5.23.0 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index 5b1317dadd..61459cf583 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "version": "5.22.0", + "version": "5.23.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.22.0/fake-dotnetcore-win7-x64.zip", - "hash": "132f058a04a4bf0537c09b21db3fea5397fd6d2b054915d08c0b6305d546d6c6" + "url": "https://github.com/fsharp/FAKE/releases/download/5.23.0/fake-dotnetcore-win7-x64.zip", + "hash": "2ddd7a153845054170ff9707010797485a2980a5cf1840c68985a259fbe1b88e" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.22.0/fake-dotnetcore-win7-x86.zip", - "hash": "7b617fdafb04522a47cd7d17d2a6332aa30781c3387cb74d2637ad5b93f80ca8" + "url": "https://github.com/fsharp/FAKE/releases/download/5.23.0/fake-dotnetcore-win7-x86.zip", + "hash": "cce6795f1bbb20f05a116f47d967a9b3d428ddd1d233390f5b3d0cbc7ad93a63" } }, "bin": "fake.exe",