mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-20 02:25:25 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.16.0",
|
|
"description": "The slightly more awesome standard unix password manager for teams",
|
|
"homepage": "https://www.gopass.pw/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v1.16.0/gopass-1.16.0-windows-amd64.zip",
|
|
"hash": "74bc85567c9eba4202dea3aa06d4ba6ab50932f33edfc49588378630bf68dedf"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v1.16.0/gopass-1.16.0-windows-arm64.zip",
|
|
"hash": "5c4f101b038985f97ee5d7e26a9ea9d1d5c28b1bc19b8e7e1a182b99f8d5c582"
|
|
}
|
|
},
|
|
"bin": "gopass.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/gopasspw/gopass"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v$version/gopass-$version-windows-amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v$version/gopass-$version-windows-arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gopass_$version_SHA256SUMS",
|
|
"regex": "$sha256 $basename\\n"
|
|
}
|
|
}
|
|
}
|