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