mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
26 lines
855 B
JSON
26 lines
855 B
JSON
{
|
|
"version": "0.3.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.3.0/gitsign_0.3.0_windows_amd64.exe#/gitsign.exe",
|
|
"hash": "4497a038168113195b7a9bc1b4957aef029cbfb33b739f1ee21cf22b826284e4"
|
|
}
|
|
},
|
|
"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$"
|
|
}
|
|
}
|
|
}
|