{
    "version": "0.6.0",
    "description": "Recursively searches/replaces directories for a regex pattern.",
    "homepage": "https://github.com/dalance/amber",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/dalance/amber/releases/download/v0.6.0/amber-v0.6.0-x86_64-win.zip",
            "hash": "df3dd61b80d62d582776f3ff31aeeda7031a675935204246505b0d7f2e5cf50e"
        }
    },
    "bin": [
        "ambs.exe",
        "ambr.exe"
    ],
    "extract_dir": "target/x86_64-pc-windows-msvc/release",
    "checkver": {
        "github": "https://github.com/dalance/amber"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/dalance/amber/releases/download/v$version/amber-v$version-x86_64-win.zip"
            }
        }
    }
}

