2023-02-21 16:29:51 +00:00

31 lines
1.1 KiB
JSON

{
"version": "6.0.0",
"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.0.0/fake-dotnetcore-win7-x64.zip",
"hash": "0807e1db1daf96b712f3d7325c93d346295af2f354193f01e6476c8d26d57ad5"
},
"32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/6.0.0/fake-dotnetcore-win7-x86.zip",
"hash": "867a217677d53459869b565bd5a68efbe6d111ee9db0b09d1db9289ef3cd17db"
}
},
"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"
}
}
}
}