mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
1password: Add version 0.5.7 (#290)
* add 1password-cli 0.5.7 * add tos * better looking
This commit is contained in:
parent
4cf768b596
commit
749a1a9fed
34
bucket/1password-cli.json
Normal file
34
bucket/1password-cli.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user