diff options
Diffstat (limited to 'Library')
| -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' |
