{
    "version": "0.11.2",
    "description": "A simple, secure and modern encryption tool (and Rust library) with small explicit keys, no config options, and UNIX-style composability.",
    "homepage": "https://github.com/str4d/rage",
    "license": "Apache-2.0, MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/str4d/rage/releases/download/v0.11.2/rage-v0.11.2-x86_64-windows.zip",
            "hash": "ea61bbbcdd8a1d1a7524b220b4dec97b7d58fb7856e995a2242a00287b63eda9"
        }
    },
    "extract_dir": "rage",
    "bin": [
        "rage.exe",
        "rage-keygen.exe"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/str4d/rage/releases/download/v$version/rage-v$version-x86_64-windows.zip"
            }
        }
    }
}
