From c80510adbed7259d9ef15071300679363ef6242b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Oct 2025 12:32:05 +0000 Subject: [PATCH] fake: Update to version 6.1.4 --- bucket/fake.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index cb02b1ba75..68a1904d76 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,16 +1,16 @@ { - "version": "6.1.3", + "version": "6.1.4", "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/fsprojects/fake/releases/download/6.1.3/fake-dotnetcore-win-x64.zip", - "hash": "ff8ed31be028f5ee04d9bc46faaec67c323bfb001e688ddff08f42be5cc518cb" + "url": "https://github.com/fsprojects/fake/releases/download/6.1.4/fake-dotnetcore-win-x64.zip", + "hash": "30d3e19c17210c29c7148abd1b0ea35cf768324e1ebdd823bd7fb67d48ad3fc2" }, "32bit": { - "url": "https://github.com/fsprojects/fake/releases/download/6.1.3/fake-dotnetcore-win-x86.zip", - "hash": "a83918d43178192096cc5afd3d4c98ce36c9ad646cee947e63913cc412844aad" + "url": "https://github.com/fsprojects/fake/releases/download/6.1.4/fake-dotnetcore-win-x86.zip", + "hash": "1c125dfde0966fb96e3ab0529f45e5659305fe5394e3c8b623c6da15b2d46440" } }, "bin": "fake.exe",