aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAnkit Aggarwal2013-01-03 14:43:14 -0500
committerAdam Vandenberg2013-01-03 20:25:05 -0800
commit2d6796e793489687b70a86b9af41dc5e478e2724 (patch)
tree32d51db48ee4216e7a1561042b86b31f96e60ad4 /Library/Formula
parent6f81fc6ed6fece7b9faa5c7d11616f4292de3e4a (diff)
downloadhomebrew-2d6796e793489687b70a86b9af41dc5e478e2724.tar.bz2
Google Closure Compiler r2388
Closes #16879. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/closure-compiler.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/closure-compiler.rb b/Library/Formula/closure-compiler.rb
index 866aa543e..caa5f9a9f 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -3,8 +3,8 @@ require 'formula'
class ClosureCompiler < Formula
homepage 'http://code.google.com/p/closure-compiler/'
# Use an SVN download to get the externals as well
- url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '2180'
- version '20120917'
+ url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '2388'
+ version '20121212'
head 'svn+http://closure-compiler.googlecode.com/svn/trunk/'