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
This commit is contained in:
jack-mil 2025-09-11 13:37:41 -04:00 committed by GitHub
parent e0bdf04c9a
commit 9797bbe0a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}