2020-08-06 08:10:08 +02:00

31 lines
1.1 KiB
JSON

{
"version": "5.20.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/5.20.3/fake-dotnetcore-win7-x64.zip",
"hash": "c9f70b17ebb3541d39f4699c91717c15f59f6df5c1630f985da901cf38bb97e7"
},
"32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.20.3/fake-dotnetcore-win7-x86.zip",
"hash": "127cc62164e817e9d2eda6b275ab3d97d1adb75e37db490148b51f2945de2a64"
}
},
"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"
}
}
}
}