2025-01-04 20:27:28 +00:00

33 lines
1.3 KiB
JSON

{
"version": "0.12.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.12.0/gitsign_0.12.0_windows_amd64.exe#/gitsign.exe",
"hash": "4b111b65e44ba10609dc6e614ddb00155e3f13182d2bf2557a282cbbd3e7e653"
},
"arm64": {
"url": "https://github.com/sigstore/gitsign/releases/download/v0.12.0/gitsign_0.12.0_windows_arm64.exe#/gitsign.exe",
"hash": "f1ba97bbed781083b8eea9807199fd35e6720eb7d26226a331c0a547bb28e2dd"
}
},
"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$"
}
}
}