ScoopInstaller_Main/bucket/1password-cli.json
2021-05-07 15:00:22 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.9.2",
"description": "The 1Password command-line tool makes your 1Password account accessible entirely from the command line.",
"homepage": "https://support.1password.com/command-line/",
"license": {
"identifier": "Shareware",
"url": "https://1password.com/legal/terms-of-service/"
},
"architecture": {
"64bit": {
"url": "https://cache.agilebits.com/dist/1P/op/pkg/v1.9.2/op_windows_amd64_v1.9.2.zip",
"hash": "836b31f4059eff1feb3143e36382957db4d9b57523e90be44728a387fbee9b68"
},
"32bit": {
"url": "https://cache.agilebits.com/dist/1P/op/pkg/v1.9.2/op_windows_386_v1.9.2.zip",
"hash": "614e1a7fed03c4f2f5958e524c743e144eab6952dcd31f027dead12fb5c7406e"
}
},
"bin": "op.exe",
"checkver": {
"url": "https://app-updates.agilebits.com/product_history/CLI",
"regex": "/op_windows_amd64_v([\\d.]+)\\.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://cache.agilebits.com/dist/1P/op/pkg/v$version/op_windows_amd64_v$version.zip"
},
"32bit": {
"url": "https://cache.agilebits.com/dist/1P/op/pkg/v$version/op_windows_386_v$version.zip"
}
}
}
}