From bfe07b6811b2b0372e672eb5b4cf8a49aa6fd44e Mon Sep 17 00:00:00 2001 From: Chris Berkhout Date: Thu, 19 Sep 2013 16:43:09 +0100 Subject: jsdoc3: add --HEAD Closes #22682. Signed-off-by: Adam Vandenberg --- Library/Formula/jsdoc3.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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' -- cgit v1.2.3