{
    "version": "2.0.0",
    "description": "Print any text using ASCII art in FIGlet.",
    "homepage": "https://github.com/arsham/figurine",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/arsham/figurine/releases/download/v2.0.0/figurine_windows_amd64_v2.0.0.zip",
            "hash": "1bc56930e9fecc68f1aeae2879e7ebadcef5ecbce9bc6c342596e879b2fab644"
        }
    },
    "extract_dir": "deploy",
    "bin": "figurine.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/arsham/figurine/releases/download/v$version/figurine_windows_amd64_v$version.zip",
                "hash": {
                    "url": "https://github.com/arsham/figurine/releases/tag/v$version"
                }
            }
        }
    }
}
