mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "0.14.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.14.0/gitsign_0.14.0_windows_amd64.exe#/gitsign.exe",
|
|
"hash": "393a6c68509e9071e1747146e94b2417ad0257399a2fa10186ff0ae114e73603"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/sigstore/gitsign/releases/download/v0.14.0/gitsign_0.14.0_windows_arm64.exe#/gitsign.exe",
|
|
"hash": "d349324e75174483ace8c93262e54f128897b98ccf5008d512486be0aac29481"
|
|
}
|
|
},
|
|
"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$"
|
|
}
|
|
}
|
|
}
|