aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRolf Timmermans2011-03-01 09:54:02 +0100
committerAdam Vandenberg2011-03-01 08:11:39 -0800
commitb692cafbf5890b34e297f3641ba2f42ea54fa2b8 (patch)
tree90865b0736f5d5ea7dc2c6b5f57fc04b9cbb709c /Library
parent81c1b7ce0d277caf3794bbc4a2c56ca8d87ccfc4 (diff)
downloadhomebrew-b692cafbf5890b34e297f3641ba2f42ea54fa2b8.tar.bz2
Closure Compiler 20110119
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 93478352e..d6b0e8fd9 100644
--- a/Library/Formula/closure-compiler.rb
+++ b/Library/Formula/closure-compiler.rb
@@ -1,9 +1,9 @@
require 'formula'
class ClosureCompiler <Formula
- url 'http://closure-compiler.googlecode.com/files/compiler-20100917.tar.gz'
+ url 'http://closure-compiler.googlecode.com/files/compiler-20110119.tar.gz'
homepage 'http://code.google.com/p/closure-compiler/'
- md5 '581e7d667103d8bee08ff8adf7e39e56'
+ md5 '1e88d14026e63051df2aa3a89c9efcf3'
def install
libexec.install "compiler.jar"