1password: Add version 0.5.7 (#290)

* add 1password-cli 0.5.7

* add tos

* better looking
This commit is contained in:
hoilc 2019-08-20 05:08:57 +08:00 committed by Ross Smith II
parent 4cf768b596
commit 749a1a9fed

34
bucket/1password-cli.json Normal file
View File

@ -0,0 +1,34 @@
{
"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"
}
}
}
}