2021-03-31 17:00:38 +00:00

31 lines
1.1 KiB
JSON

{
"version": "5.20.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/fsharp/FAKE/releases/download/5.20.4/fake-dotnetcore-win7-x64.zip",
"hash": "3de7e3a5487f228adf43168e9b1e8a6a6ea78ad1914ff21a599ec0afadd32f5e"
},
"32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.20.4/fake-dotnetcore-win7-x86.zip",
"hash": "bc65da6c2011d7b6a045093af2c56f2a50bc992ee09b0f3db331478413cbcef6"
}
},
"bin": "fake.exe",
"checkver": {
"github": "https://github.com/fsharp/FAKE"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/$version/fake-dotnetcore-win7-x64.zip"
},
"32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/$version/fake-dotnetcore-win7-x86.zip"
}
}
}
}