{
    "version": "1.1.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.1.1/age-v1.1.1-windows-amd64.zip",
            "hash": "9038bd9d76ee65fe6b303d905c19488af098b8c8b29f4e408fe44cd03f13700b"
        }
    },
    "extract_dir": "age",
    "bin": [
        "age.exe",
        "age-keygen.exe"
    ],
    "checkver": {
        "url": "https://api.github.com/repositories/187403699/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"
            }
        }
    }
}
