2019-12-19 10:00:27 +00: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.19.0",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.19.0/fake-dotnetcore-win7-x64.zip",
"hash": "527cb1cd703b2b4919e22894b485a65dcd80b79caf936a939fc6d9ebd1d03e79"
},
"32bit": {
"url": "https://github.com/fsharp/FAKE/releases/download/5.19.0/fake-dotnetcore-win7-x86.zip",
"hash": "68d6692be9ba7a6959171786a5677e295d67c99edff8208dde8ec002f7c183b0"
}
},
"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"
}
}
}
}