2020-05-06 11:06:25 +02:00

31 lines
1.1 KiB
JSON

{
"homepage": "https://fake.build",
"description": "F# Make, build automation tool for .NET with similar capabilities to make and rake",
"version": "5.20.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.20.0/fake-dotnetcore-win7-x64.zip",
"hash": "ea70ae94a686f38b8592375df2d3aacf6ab9633abc49ba54c8530a504e85f9a2"
},
"32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.20.0/fake-dotnetcore-win7-x86.zip",
"hash": "3f7e5e8f1786f2338e2cc001b74ba6ed3f26c22c68d7438adbb0072899667330"
}
},
"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"
}
}
}
}