{
    "version": "1.3.1",
    "description": "A simple, modern and secure encryption tool with small explicit keys, no config options, and UNIX-style composability.",
    "homepage": "https://age-encryption.org/",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/FiloSottile/age/releases/download/v1.3.1/age-v1.3.1-windows-amd64.zip",
            "hash": "c56e8ce22f7e80cb85ad946cc82d198767b056366201d3e1a2b93d865be38154"
        }
    },
    "extract_dir": "age",
    "bin": [
        "age.exe",
        "age-inspect.exe",
        "age-keygen.exe",
        "age-plugin-batchpass.exe"
    ],
    "checkver": {
        "github": "https://api.github.com/repos/FiloSottile/age/releases",
        "regex": "/age-v([\\w.-]+)-windows"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/FiloSottile/age/releases/download/v$version/age-v$version-windows-amd64.zip"
            }
        }
    }
}
