{
    "version": "0.2.88",
    "description": "Local Github actions runner.",
    "homepage": "https://github.com/nektos/act/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/nektos/act/releases/download/v0.2.88/act_Windows_x86_64.zip",
            "hash": "fb501a109f40193dbccf7124d3098e0802276ace86948507eedd5aee2b3bc18b"
        },
        "32bit": {
            "url": "https://github.com/nektos/act/releases/download/v0.2.88/act_Windows_i386.zip",
            "hash": "104461c9a8ef42cad5d00c0dab2cb75eccec832687797995699b501ee7dada4a"
        },
        "arm64": {
            "url": "https://github.com/nektos/act/releases/download/v0.2.88/act_Windows_arm64.zip",
            "hash": "6a23131e2f45eb248f8eccc82bbffccbc923fe7a63cf9d423fa5bf278ed65fc6"
        }
    },
    "bin": "act.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_i386.zip"
            },
            "arm64": {
                "url": "https://github.com/nektos/act/releases/download/v$version/act_Windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
