mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
857 B
JSON
27 lines
857 B
JSON
{
|
|
"version": "1.14.10",
|
|
"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.14.10/gopass-1.14.10-windows-amd64.zip",
|
|
"hash": "c6cc78bec974fa8624696184ce40a4b0badf5e12e53505872fa5f14c9f504a49"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gopass_$version_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|