From e879446f7fa9aed707be76560d8acafd8eefaf0e Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 13 Mar 2015 23:19:00 +0000 Subject: lastpass-cli 0.5.0 Closes #37684. Closes #37699. Signed-off-by: Tim D. Smith --- Library/Formula/lastpass-cli.rb | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'Library/Formula') 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" -- cgit v1.2.3