From 749a1a9fed805091dd54f08a7f12b7415f4d07ab Mon Sep 17 00:00:00 2001 From: hoilc Date: Tue, 20 Aug 2019 05:08:57 +0800 Subject: [PATCH] 1password: Add version 0.5.7 (#290) * add 1password-cli 0.5.7 * add tos * better looking --- bucket/1password-cli.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 bucket/1password-cli.json diff --git a/bucket/1password-cli.json b/bucket/1password-cli.json new file mode 100644 index 0000000000..c87ba7f9ef --- /dev/null +++ b/bucket/1password-cli.json @@ -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" + } + } + } +}