Chawye Hsu a88bc7628e
gitsign: Add arm64 support
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
2024-11-27 21:28:36 +08:00

33 lines
1.3 KiB
JSON

{
"version": "0.11.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.11.0/gitsign_0.11.0_windows_amd64.exe#/gitsign.exe",
"hash": "519e267a48dbe4db5544877b2f6aa986f54497848aea1acd4387f5f983f64135"
},
"arm64": {
"url": "https://github.com/sigstore/gitsign/releases/download/v0.11.0/gitsign_0.11.0_windows_arm64.exe#/gitsign.exe",
"hash": "c66efe4aea0a4051725e6c21fd3264ca9209e77b384c08c0f387a11e75f026b5"
}
},
"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$"
}
}
}