{
    "version": "6.1.4",
    "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/fsprojects/fake/releases/download/6.1.4/fake-dotnetcore-win-x64.zip",
            "hash": "30d3e19c17210c29c7148abd1b0ea35cf768324e1ebdd823bd7fb67d48ad3fc2"
        },
        "32bit": {
            "url": "https://github.com/fsprojects/fake/releases/download/6.1.4/fake-dotnetcore-win-x86.zip",
            "hash": "1c125dfde0966fb96e3ab0529f45e5659305fe5394e3c8b623c6da15b2d46440"
        }
    },
    "bin": "fake.exe",
    "checkver": {
        "github": "https://github.com/fsprojects/fake"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/fsprojects/fake/releases/download/$version/fake-dotnetcore-win-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/fsprojects/fake/releases/download/$version/fake-dotnetcore-win-x86.zip"
            }
        }
    }
}
