diff options
| author | BrewTestBot | 2014-10-22 22:45:47 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-23 08:58:24 +0100 |
| commit | 1825b58ee6f025df7811860c43281081c7f8132b (patch) | |
| tree | 4edf712c0faa280dda4591715d96168e1e9413a0 | |
| parent | f40d851dca146268e815a6ace0c5371eb1911334 (diff) | |
| download | homebrew-1825b58ee6f025df7811860c43281081c7f8132b.tar.bz2 | |
lastpass-cli: add 0.3.0 bottle.
Closes #33486.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/lastpass-cli.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/lastpass-cli.rb b/Library/Formula/lastpass-cli.rb index a673c65c7..418ffc956 100644 --- a/Library/Formula/lastpass-cli.rb +++ b/Library/Formula/lastpass-cli.rb @@ -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 |
