mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 05:01:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "0.9.2",
|
|
"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.9.2/op_windows_amd64_v0.9.2.zip",
|
|
"hash": "e6e326258dfe6421e8214c06e1fccbf319708abad49ad42433b49e42a0634fea"
|
|
},
|
|
"32bit": {
|
|
"url": "https://cache.agilebits.com/dist/1P/op/pkg/v0.9.2/op_windows_386_v0.9.2.zip",
|
|
"hash": "b9083dc349b59f4d82eb138d6349b93739cc7f7882630d4a018d8e163d9cb457"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|