lastpass-cli: add 0.3.0 bottle.
Closes Homebrew/homebrew#33486. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
74a4d5f94d
commit
0c23ab284f
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class LastpassCli < Formula
|
|||
url "https://github.com/lastpass/lastpass-cli/archive/v0.3.0.tar.gz"
|
||||
sha1 "a4491bc5d258899ead6c64d4f97d23af93e03ff9"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "2dce40ba5321331bdcc1bfe06ae30c3240dcfbd8" => :yosemite
|
||||
sha1 "952c4e58291145bc4bcfee02e299787f3f9e4d93" => :mavericks
|
||||
sha1 "96f02cd6ce93b14b56a2a75412523624f20cb36e" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "openssl"
|
||||
depends_on "pinentry" => :optional
|
||||
|
||||
|
|
Loading…
Reference in a new issue