mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.15.13",
|
|
"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.13/gopass-1.15.13-windows-amd64.zip",
|
|
"hash": "b612b6e26c9977d28db3f16f795faf3059160a59fe4816542f61e9e2c6fc1e7c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v1.15.13/gopass-1.15.13-windows-arm64.zip",
|
|
"hash": "66cb6070c02e46797a516f82f623af6f21f2c66a5aa705b9054d50d8b2caf4ec"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|