diff options
| author | Chris Berkhout | 2013-09-19 16:43:09 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-19 22:17:20 -0700 |
| commit | bfe07b6811b2b0372e672eb5b4cf8a49aa6fd44e (patch) | |
| tree | f904e6a22750d8bea62c417560e3b245f1a3df71 | |
| parent | fab833ad4f368eee9672d437169f09cdacfae8b1 (diff) | |
| download | homebrew-bfe07b6811b2b0372e672eb5b4cf8a49aa6fd44e.tar.bz2 | |
jsdoc3: add --HEAD
Closes #22682.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/jsdoc3.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/jsdoc3.rb b/Library/Formula/jsdoc3.rb index 7e94f46ec..c8034fa5f 100644 --- a/Library/Formula/jsdoc3.rb +++ b/Library/Formula/jsdoc3.rb @@ -5,6 +5,8 @@ class Jsdoc3 < Formula url 'https://github.com/jsdoc3/jsdoc/archive/v3.2.0.tar.gz' sha1 'ac682fd15e6863233835c8969be9e4212dc2e4eb' + head 'https://github.com/jsdoc3/jsdoc.git', :branch => 'master' + def install libexec.install Dir['*'] bin.install_symlink libexec/'jsdoc' |
