diff options
| author | Doug Freed | 2014-11-14 15:02:30 -0800 |
|---|---|---|
| committer | Jack Nagel | 2014-11-14 20:06:42 -0600 |
| commit | 330b6c68b7dc58addf0c91b31c86839479b85714 (patch) | |
| tree | a52a5673b075d49a9eca9c4dcadc3b636db2d82b /Library/Formula | |
| parent | 84287e58cd168659247839c79e92c05dee21cfa7 (diff) | |
| download | homebrew-330b6c68b7dc58addf0c91b31c86839479b85714.tar.bz2 | |
lastpass-cli: Add HEAD option
Closes #34203.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lastpass-cli.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/lastpass-cli.rb b/Library/Formula/lastpass-cli.rb index 418ffc956..03529a891 100644 --- a/Library/Formula/lastpass-cli.rb +++ b/Library/Formula/lastpass-cli.rb @@ -4,6 +4,7 @@ class LastpassCli < Formula homepage "https://github.com/lastpass/lastpass-cli" url "https://github.com/lastpass/lastpass-cli/archive/v0.3.0.tar.gz" sha1 "a4491bc5d258899ead6c64d4f97d23af93e03ff9" + head "https://github.com/lastpass/lastpass-cli.git" bottle do cellar :any |
