aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/closure-compiler.rb
diff options
context:
space:
mode:
authoroncletom2012-10-24 16:55:18 +0200
committerAdam Vandenberg2012-10-24 08:50:56 -0700
commit8f1a25488f76e207f60f36a79b656ea3b3c71a95 (patch)
treee7ecc29a55c9fb89106bd18a859f8335b75c9685 /Library/Formula/closure-compiler.rb
parent8e636a0801006b0600bcb004b2ecd8b916623945 (diff)
downloadhomebrew-8f1a25488f76e207f60f36a79b656ea3b3c71a95.tar.bz2
closure-compiler 20120917
Closes #15640. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/closure-compiler.rb')
-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 11d049a77..1bc20e724 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 => '2079'
- version '20120710'
+ url 'svn+http://closure-compiler.googlecode.com/svn/trunk/', :revision => '2180'
+ version '20120917'
head 'svn+http://closure-compiler.googlecode.com/svn/trunk/'