mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "1.15.18",
|
|
"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.18/gopass-1.15.18-windows-amd64.zip",
|
|
"hash": "442782f0064ef3e8a6a6ba73f52c24f306d798182673005c3dd0cf8fff8c8c9f"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v1.15.18/gopass-1.15.18-windows-arm64.zip",
|
|
"hash": "83b93f27ca195b14d2d4af4fabd4e39ff79dee628870f1a7ee82808b6c036e32"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|