2020-06-14 10:23:13 +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.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.20.1/fake-dotnetcore-win7-x64.zip",
"hash": "eb9a76fd92f18ea0e646c392478f273fcdffd935116b949e13092714888ab4bd"
},
"32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.20.1/fake-dotnetcore-win7-x86.zip",
"hash": "3a358a80cd19548da08c01b5508056e0dcf1b74db3edf39f9ff72eeb659b161b"
}
},
"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"
}
}
}
}