jack-mil 9797bbe0a5
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
2025-09-11 17:37:41 +00:00

31 lines
1.1 KiB
JSON

{
"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/fsprojects/fake/releases/download/6.1.3/fake-dotnetcore-win-x64.zip",
"hash": "ff8ed31be028f5ee04d9bc46faaec67c323bfb001e688ddff08f42be5cc518cb"
},
"32bit": {
"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/fsprojects/fake"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fsprojects/fake/releases/download/$version/fake-dotnetcore-win-x64.zip"
},
"32bit": {
"url": "https://github.com/fsprojects/fake/releases/download/$version/fake-dotnetcore-win-x86.zip"
}
}
}
}