mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "5.21.1",
|
|
"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.21.1/fake-dotnetcore-win7-x64.zip",
|
|
"hash": "28f164aaab46f2e207c8ac6d46b8e367c5ea131ee6f8846973e0b3d3f1340ea6"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fsharp/FAKE/releases/download/5.21.1/fake-dotnetcore-win7-x86.zip",
|
|
"hash": "3b08d1d9f92b314e0bf1b97ad0fac475addca63f58e7a4b8bcdec010c16fb92a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|