{
    "version": "0.8.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.8.0/gitsign_0.8.0_windows_amd64.exe#/gitsign.exe",
            "hash": "26c2e10bfe5f097f347a65edf52d557f252e41158c64293906d8e30804870a07"
        }
    },
    "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"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt",
            "regex": "(?im)^$sha256\\s+$basename$"
        }
    }
}
