mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
33 lines
1.3 KiB
JSON
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$"
|
|
}
|
|
}
|
|
}
|