mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-13 02:41:19 +00:00
29 lines
972 B
JSON
29 lines
972 B
JSON
{
|
|
"homepage": "https://www.gopass.pw/",
|
|
"description": "The slightly more awesome standard unix password manager for teams",
|
|
"version": "1.8.6",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/gopasspw/gopass/releases/download/v1.8.6/gopass-1.8.6-windows-amd64.zip",
|
|
"hash": "c24d5869b94348cf7ccf770b8137cefc5c417058567b11d57e0e9054a9ee1def",
|
|
"extract_dir": "gopass-1.8.6-windows-amd64"
|
|
}
|
|
},
|
|
"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",
|
|
"extract_dir": "gopass-$version-windows-amd64"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/gopass_$version_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|