mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "5.23.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.23.1/fake-dotnetcore-win7-x64.zip",
|
|
"hash": "32050a2f70affdbd8037bf8becbd5143a76e184bf1ab38fe6b32c3fd93b3d7cf"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/fsharp/FAKE/releases/download/5.23.1/fake-dotnetcore-win7-x86.zip",
|
|
"hash": "acf98cbc01fafac1f3ceea82a6d7c9f267c66308c68b02fbb7c93151408177c7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|