{
    "version": "0.6.1",
    "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.1/amber-v0.6.1-x86_64-win.zip",
            "hash": "ad3aa89d7751a1e8cbced749aa47d891aceffc55528eee852e631be392341abb"
        }
    },
    "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"
            }
        }
    }
}
