mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 14:34:29 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "6.1.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.1.0/fake-dotnetcore-win7-x64.zip",
|
|
"hash": "a877b0cddf20fd64477cad394eb6710ae0c32092ba6ab73459f1e8872fb9e6fe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fsharp/FAKE/releases/download/6.1.0/fake-dotnetcore-win7-x86.zip",
|
|
"hash": "6863e4e68faf84e8d7abc42084aba94d269ca9c17ee3a4b7fbf8b71098607416"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|