{
    "version": "0.31.7",
    "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://gitlab.com/bits-n-bites/buildcache",
    "license": "Zlib",
    "architecture": {
        "64bit": {
            "url": "https://gitlab.com/bits-n-bites/buildcache/-/releases/v0.31.7/downloads/buildcache-windows.zip",
            "hash": "5131f1f8f6b1ae19c36d53e1095f10106eb87544dad087376f367ff1d532d76f"
        }
    },
    "extract_dir": "buildcache",
    "bin": "bin/buildcache.exe",
    "shortcuts": [
        [
            "bin/buildcache.exe",
            "buildcache"
        ]
    ],
    "checkver": {
        "url": "https://gitlab.com/api/v4/projects/49153623/releases/permalink/latest",
        "jsonpath": "$.tag_name",
        "regex": "([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://gitlab.com/bits-n-bites/buildcache/-/releases/v$version/downloads/buildcache-windows.zip"
            }
        }
    }
}
