ScoopInstaller_Main/bucket/1password-cli.json
2021-09-02 16:00:39 +00:00

35 lines
1.3 KiB
JSON

{
"version": "1.11.4",
"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.11.4/op_windows_amd64_v1.11.4.zip",
"hash": "13938d36e5529cf6fb0cd4978fbb528e0843f2d2981c0c6373ebbff73ae60173"
},
"32bit": {
"url": "https://cache.agilebits.com/dist/1P/op/pkg/v1.11.4/op_windows_386_v1.11.4.zip",
"hash": "167948b430d4b2a2aa446b701edb539007b7288837a5697d66f15da1e8378bf3"
}
},
"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"
}
}
}
}