diff options
| author | Dominyk Tiller | 2015-03-13 23:19:00 +0000 |
|---|---|---|
| committer | Tim D. Smith | 2015-03-14 07:52:08 -0700 |
| commit | e879446f7fa9aed707be76560d8acafd8eefaf0e (patch) | |
| tree | a923c416b60b93c347c617de709f2c30655bdaa9 /Library/Formula/lastpass-cli.rb | |
| parent | f5108f3cc21514981a52d29dceaeaca36d282215 (diff) | |
| download | homebrew-e879446f7fa9aed707be76560d8acafd8eefaf0e.tar.bz2 | |
lastpass-cli 0.5.0
Closes #37684.
Closes #37699.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula/lastpass-cli.rb')
| -rw-r--r-- | Library/Formula/lastpass-cli.rb | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/Library/Formula/lastpass-cli.rb b/Library/Formula/lastpass-cli.rb index cb0df4850..6be34a5d3 100644 --- a/Library/Formula/lastpass-cli.rb +++ b/Library/Formula/lastpass-cli.rb @@ -1,28 +1,21 @@ -require "formula" - class LastpassCli < Formula homepage "https://github.com/lastpass/lastpass-cli" - url "https://github.com/lastpass/lastpass-cli/archive/v0.4.0.tar.gz" - sha1 "2c5766be2ad5bca398ed7615ddadde9c5bbf0ecd" + url "https://github.com/lastpass/lastpass-cli/archive/v0.5.0.tar.gz" + sha256 "09e7b1e5c1520db2a34a49e7ae07e5b3a7555a4ed2490ed7b56f047065bca812" head "https://github.com/lastpass/lastpass-cli.git" - revision 1 bottle do cellar :any - revision 1 sha1 "00b5e1e8dfa6218820407b81deb36e1ed8962add" => :yosemite sha1 "c3daa164c62caa821634ebb9ff6a67952d7638fe" => :mavericks sha1 "3661870b984015eac001c67d6484a0850b7d6110" => :mountain_lion end - depends_on "openssl" - depends_on "pinentry" => :optional - option "with-doc", "Install man pages" - if build.with? "doc" - depends_on "asciidoc" => :build - end + depends_on "asciidoc" => :build if build.with? "doc" + depends_on "openssl" + depends_on "pinentry" => :optional def install system "make", "PREFIX=#{prefix}", "install" |
