2023-11-18 12:29:45 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.15.9",
"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.15.9/gopass-1.15.9-windows-amd64.zip",
"hash": "ca39d9d644a66dfea9042b1d90a4643bd54b2832d8cb07772fa1bbba2d232050"
},
"arm64": {
"url": "https://github.com/gopasspw/gopass/releases/download/v1.15.9/gopass-1.15.9-windows-arm64.zip",
"hash": "c910a81710ae4124d82cfa382a415877d7407ee46daa312f6ea965d30947f14d"
}
},
"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"
}
}
}