mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 02:54:48 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.16.1",
|
|
"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.16.1/gopass-1.16.1-windows-amd64.zip",
|
|
"hash": "b4a164d3ab89ae732831f3d5cdd2d39fc967c54ad963d281a575b147d8fb20b6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v1.16.1/gopass-1.16.1-windows-arm64.zip",
|
|
"hash": "7f604444a217c07fa6dcc53faefebc856124d291031f21d4271ff0ef89bd0bc0"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|