{
    "version": "1.0.0-beta.11",
    "description": "A fast and scalable distributed version control system, based on a theory of patches.",
    "homepage": "https://pijul.org",
    "license": "GPL-2.0-only",
    "architecture": {
        "64bit": {
            "url": "https://github.com/boringcactus/pijul-windows-builds/releases/download/1.0.0-beta.11/pijul.exe",
            "hash": "7cd979499a37a8af4aed237d5a3584f1b109281b39bc8cbd76d8cfc8d414b271"
        }
    },
    "bin": "pijul.exe",
    "checkver": {
        "github": "https://github.com/boringcactus/pijul-windows-builds/",
        "regex": "(?<version>[\\d\\w.-]+)/pijul\\.exe"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/boringcactus/pijul-windows-builds/releases/download/$version/pijul.exe"
            }
        }
    }
}
