{
    "version": "2.0.13",
    "description": "A terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.",
    "homepage": "https://micro-editor.github.io/",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-win64.zip",
            "hash": "e172a884ee4b0590dcd6044b88f981e1facaf6fd7937194a5cc317ff5ea6bc68"
        },
        "32bit": {
            "url": "https://github.com/zyedidia/micro/releases/download/v2.0.13/micro-2.0.13-win32.zip",
            "hash": "53a14423039ef11196f7b6975a2444b407a186824bc7c8ee5f565825f8544ea6"
        }
    },
    "extract_dir": "micro-2.0.13",
    "bin": "micro.exe",
    "checkver": {
        "github": "https://github.com/zyedidia/micro"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/zyedidia/micro/releases/download/v$version/micro-$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/zyedidia/micro/releases/download/v$version/micro-$version-win32.zip"
            }
        },
        "extract_dir": "micro-$version"
    }
}
