mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
26 lines
855 B
JSON
26 lines
855 B
JSON
{
|
|
"version": "0.1.1",
|
|
"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.1.1/gitsign_0.1.1_windows_amd64.exe#/gitsign.exe",
|
|
"hash": "0f026879fae8a7cc503f7829a885ffc14b9d6ae4d52b9086c5ba05b9ca9e1343"
|
|
}
|
|
},
|
|
"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$"
|
|
}
|
|
}
|
|
}
|