2023-08-05 08:24:44 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.15.7",
"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.7/gopass-1.15.7-windows-amd64.zip",
"hash": "e6ced35ccfdc241d341ad4315e55a6e2f1f7f108a96aa453d2d30ab13ba807a9"
},
"arm64": {
"url": "https://github.com/gopasspw/gopass/releases/download/v1.15.7/gopass-1.15.7-windows-arm64.zip",
"hash": "3e94ab7cb32550b62e131ab9ae700edc4f056f27bb50ccc14e079f90e06befa3"
}
},
"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"
}
}
}