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
2018-09-26 00:48:53 +08:00
version '0.5.4'
sha256 '93c8bae059e784fc2409c07e09b53648bd449feca3af1bfec4260e9ae9648830'
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