{
    "version": "0.5.1",
    "description": "Rust implementation of autojump, a tool that helps navigate your filesystem in the command line, by recording the directories you use the most.",
    "homepage": "https://github.com/xen0n/autojump-rs",
    "license": "GPL-3.0-or-later",
    "architecture": {
        "64bit": {
            "url": "https://github.com/xen0n/autojump-rs/releases/download/0.5.1/autojump-x86_64-pc-windows-msvc.zip",
            "hash": "c1543e8991f56cd18311eb11f0a2380d49c4f327ee913d8c502741882d887747"
        },
        "32bit": {
            "url": "https://github.com/xen0n/autojump-rs/releases/download/0.5.1/autojump-i686-pc-windows-msvc.zip",
            "hash": "63bc324c011eb952b0b89ae1f3a8f8826382214d86ab38f14213893da5df418d"
        }
    },
    "bin": "autojump.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/xen0n/autojump-rs/releases/download/$version/autojump-x86_64-pc-windows-msvc.zip"
            },
            "32bit": {
                "url": "https://github.com/xen0n/autojump-rs/releases/download/$version/autojump-i686-pc-windows-msvc.zip"
            }
        }
    }
}
