From 9797bbe0a50832d38065c4fa1435f06455eb2c1a Mon Sep 17 00:00:00 2001 From: jack-mil <62065280+jack-mil@users.noreply.github.com> Date: Thu, 11 Sep 2025 13:37:41 -0400 Subject: [PATCH] fake: Update to version 6.1.3 (#7126) * fake: Update to version 6.1.3 and fix urls Excavator was failing due to very slight naming change in their release artifacts. * update to cannonical github repo link to avoid redirects --- bucket/fake.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/bucket/fake.json b/bucket/fake.json index dc5b9f9722..cb02b1ba75 100644 --- a/bucket/fake.json +++ b/bucket/fake.json @@ -1,29 +1,29 @@ { - "version": "6.1.1", + "version": "6.1.3", "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/6.1.1/fake-dotnetcore-win7-x64.zip", - "hash": "d0a5379b92fe2be228d9d880c419c26c1871aae84080bd312213450ade6da5b0" + "url": "https://github.com/fsprojects/fake/releases/download/6.1.3/fake-dotnetcore-win-x64.zip", + "hash": "ff8ed31be028f5ee04d9bc46faaec67c323bfb001e688ddff08f42be5cc518cb" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/6.1.1/fake-dotnetcore-win7-x86.zip", - "hash": "2e7cc433f7d472ce104e308f5edfb72b6d6767e4608d3f822e15aec203839ae3" + "url": "https://github.com/fsprojects/fake/releases/download/6.1.3/fake-dotnetcore-win-x86.zip", + "hash": "a83918d43178192096cc5afd3d4c98ce36c9ad646cee947e63913cc412844aad" } }, "bin": "fake.exe", "checkver": { - "github": "https://github.com/fsharp/FAKE" + "github": "https://github.com/fsprojects/fake" }, "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/$version/fake-dotnetcore-win7-x64.zip" + "url": "https://github.com/fsprojects/fake/releases/download/$version/fake-dotnetcore-win-x64.zip" }, "32bit": { - "url": "https://github.com/fsharp/FAKE/releases/download/$version/fake-dotnetcore-win7-x86.zip" + "url": "https://github.com/fsprojects/fake/releases/download/$version/fake-dotnetcore-win-x86.zip" } } }