{
    "version": "1.4.4",
    "description": "A simple zero-config tool to make locally trusted development certificates with any names you'd like.",
    "homepage": "https://github.com/FiloSottile/mkcert",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-windows-amd64.exe#/mkcert.exe",
            "hash": "d2660b50a9ed59eada480750561c96abc2ed4c9a38c6a24d93e30e0977631398"
        },
        "arm64": {
            "url": "https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-windows-arm64.exe#/mkcert.exe",
            "hash": "793747256c562622d40127c8080df26add2fb44c50906ce9db63b42a5280582e"
        }
    },
    "bin": "mkcert.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/FiloSottile/mkcert/releases/download/v$version/mkcert-v$version-windows-amd64.exe#/mkcert.exe"
            },
            "arm64": {
                "url": "https://github.com/FiloSottile/mkcert/releases/download/v$version/mkcert-v$version-windows-arm64.exe#/mkcert.exe"
            }
        }
    }
}
