{
    "version": "0.16.0",
    "description": "Keyless Git signing with Sigstore!",
    "homepage": "https://github.com/sigstore/gitsign",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/sigstore/gitsign/releases/download/v0.16.0/gitsign_0.16.0_windows_amd64.exe#/gitsign.exe",
            "hash": "e5ce5bb90da49678d5ac3dbc6e92ca6b02d9cf1aefd2945d49b78fe65bd94cf4"
        },
        "arm64": {
            "url": "https://github.com/sigstore/gitsign/releases/download/v0.16.0/gitsign_0.16.0_windows_arm64.exe#/gitsign.exe",
            "hash": "f15429cbf4c9355f23c2dff8dfdcc9e80f542adf3e997361015468df6409f6ad"
        }
    },
    "bin": "gitsign.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/sigstore/gitsign/releases/download/v$version/gitsign_$version_windows_amd64.exe#/gitsign.exe"
            },
            "arm64": {
                "url": "https://github.com/sigstore/gitsign/releases/download/v$version/gitsign_$version_windows_arm64.exe#/gitsign.exe"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt",
            "regex": "(?im)^$sha256\\s+$basename$"
        }
    }
}
