2023-09-11 20:26:03 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.15.8",
"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.8/gopass-1.15.8-windows-amd64.zip",
"hash": "785a34c12728b5f52ea58b6c12eb249871509345a79a31459c99065fca6921d2"
},
"arm64": {
"url": "https://github.com/gopasspw/gopass/releases/download/v1.15.8/gopass-1.15.8-windows-arm64.zip",
"hash": "ac5752300686963c3f57ed36fb55e4f02d543924f8641664c4ea9300824abfe2"
}
},
"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"
}
}
}