{
    "version": "0.28.4",
    "description": "An advanced compiler accelerator that caches and reuses build results to avoid unnecessary re-compilations, and thereby speeding up the build process",
    "homepage": "https://github.com/mbitsnbites/buildcache",
    "license": "Zlib",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mbitsnbites/buildcache/releases/download/v0.28.4/buildcache-windows.zip",
            "hash": "8003f9c79152092ec37397873d668d68f6e4cb78ca1ef04389c3f5ad6bac7fc4"
        }
    },
    "extract_dir": "buildcache",
    "bin": "bin/buildcache.exe",
    "shortcuts": [
        [
            "bin/buildcache.exe",
            "buildcache"
        ]
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mbitsnbites/buildcache/releases/download/v$version/buildcache-windows.zip"
            }
        }
    }
}
