mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 22:06:43 -06:00
9 lines
265 B
Ruby
9 lines
265 B
Ruby
class Onepassword < Cask
|
|
version '4.4.1'
|
|
sha256 '007b554067cc0016bedfdcb75577f88b68daeabb5474a219960080e2e9159c90'
|
|
|
|
url "http://i.agilebits.com/dist/1P/mac4/1Password-#{version}.zip"
|
|
homepage 'https://agilebits.com/onepassword'
|
|
|
|
app '1Password 4.app'
|
|
end
|