mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 04:54:29 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.15.12",
|
|
"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.12/gopass-1.15.12-windows-amd64.zip",
|
|
"hash": "159c9a520673744e54754a13829b643499606d6e70ff7d76df9eb8563a7eb05c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v1.15.12/gopass-1.15.12-windows-arm64.zip",
|
|
"hash": "c2541b46204cbb171ca15d3a13a0cb2b33975137c4783bf80d6de7a357c5465a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|