ScoopInstaller_Main/bucket/1password-cli.json
hoilc 749a1a9fed 1password: Add version 0.5.7 (#290)
* add 1password-cli 0.5.7

* add tos

* better looking
2019-08-19 14:08:57 -07:00

35 lines
1.3 KiB
JSON

{
"version": "0.5.7",
"homepage": "https://support.1password.com/command-line/",
"description": "The 1Password command-line tool makes your 1Password account accessible entirely from the command line.",
"license": {
"identifier": "Shareware",
"url": "https://1password.com/legal/terms-of-service/"
},
"architecture": {
"64bit": {
"url": "https://cache.agilebits.com/dist/1P/op/pkg/v0.5.7/op_windows_amd64_v0.5.7.zip",
"hash": "77758a3c6a53a2ee0b5c74341c9107fc5cc03d8d383dc29c4cef83558a07d8ac"
},
"32bit": {
"url": "https://cache.agilebits.com/dist/1P/op/pkg/v0.5.7/op_windows_386_v0.5.7.zip",
"hash": "24264720cbfa62966af80054c31a00b85fc10355c770bf3752875a3ea0d743db"
}
},
"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"
}
}
}
}