homebrew-cask/Casks/1password-cli.rb

15 lines
499 B
Ruby
Raw Normal View History

2017-09-07 18:27:33 +08:00
cask '1password-cli' do
version '0.5.7'
sha256 'f382de2e5682c8f6a935123a9401cb77db6680233c80c5e9118cfa70b3f1959a'
2017-09-07 18:27:33 +08:00
# cache.agilebits.com/dist/1P/op/pkg was verified as official when first introduced to the cask
url "https://cache.agilebits.com/dist/1P/op/pkg/v#{version}/op_darwin_amd64_v#{version}.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://app-updates.agilebits.com/product_history/CLI'
2017-09-07 18:27:33 +08:00
name '1Password CLI'
homepage 'https://support.1password.com/command-line/'
binary 'op'
2017-09-08 16:12:49 +08:00
zap trash: '~/.op'
2017-09-07 18:27:33 +08:00
end