From 003fab4f98600ecf7275cacb49d19256006e98f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:29:51 +0000 Subject: [PATCH] fake: Update to version 6.0.0 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index 054043dd17..5b8a5431d3 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "version": "5.23.1", + "version": "6.0.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.23.1/fake-dotnetcore-win7-x64.zip", - "hash": "32050a2f70affdbd8037bf8becbd5143a76e184bf1ab38fe6b32c3fd93b3d7cf" + "url": "https://github.com/fsharp/FAKE/releases/download/6.0.0/fake-dotnetcore-win7-x64.zip", + "hash": "0807e1db1daf96b712f3d7325c93d346295af2f354193f01e6476c8d26d57ad5" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/5.23.1/fake-dotnetcore-win7-x86.zip", - "hash": "acf98cbc01fafac1f3ceea82a6d7c9f267c66308c68b02fbb7c93151408177c7" + "url": "https://github.com/fsharp/FAKE/releases/download/6.0.0/fake-dotnetcore-win7-x86.zip", + "hash": "867a217677d53459869b565bd5a68efbe6d111ee9db0b09d1db9289ef3cd17db" } }, "bin": "fake.exe",