diff options
Diffstat (limited to 'Library/Formula/closure-compiler.rb')
| -rw-r--r-- | Library/Formula/closure-compiler.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb index d55e37418..7b4005aaf 100644 --- a/Library/Formula/closure-compiler.rb +++ b/Library/Formula/closure-compiler.rb @@ -2,10 +2,10 @@ require 'formula' class ClosureCompiler < Formula homepage 'http://code.google.com/p/closure-compiler/' - url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => 1918 + url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '1918' version 'r1918' - url 'svn+http://closure-compiler.googlecode.com/svn/trunk/' + head 'svn+http://closure-compiler.googlecode.com/svn/trunk/' def install system "ant", "clean" |
