ScoopInstaller_Main/gopass.json
2018-12-26 18:00:27 +00:00

38 lines
1.4 KiB
JSON

{
"homepage": "https://www.gopass.pw/",
"description": "The slightly more awesome standard unix password manager for teams",
"version": "1.8.4",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v1.8.4/gopass-1.8.4-windows-amd64.zip",
"hash": "e524eaebbbc706f33970da3fd595298bba66a3e989d436966ec23979e842c87e",
"extract_dir": "gopass-1.8.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v1.8.4/gopass-1.8.4-windows-386.zip",
"hash": "5df88f9097f6fc9d7e9b125da1c55cd52a7b1ba375f1600341cbe37fe1084ad9",
"extract_dir": "gopass-1.8.4-windows-386"
}
},
"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"
},
"32bit": {
"url": "https://github.com/gopasspw/gopass/releases/download/v$version/gopass-$version-windows-386.zip",
"extract_dir": "gopass-$version-windows-386"
}
},
"hash": {
"url": "$baseurl/gopass_$version_SHA256SUMS"
}
}
}