diff options
| author | Brett Koonce | 2014-09-22 22:51:56 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-09-23 18:46:00 -0700 | 
| commit | a11d1f23cf96da3d8b9191a3de4bb2cd805e7b53 (patch) | |
| tree | a3c087fb07f274400accb3730851fd83124acd2c /Library/Formula/closure-compiler.rb | |
| parent | df415536502c8a54112c06061068fde9d484f178 (diff) | |
| download | homebrew-a11d1f23cf96da3d8b9191a3de4bb2cd805e7b53.tar.bz2 | |
closure-compiler 20140814
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 a4178a272..fb8214c65 100644 --- a/Library/Formula/closure-compiler.rb +++ b/Library/Formula/closure-compiler.rb @@ -2,8 +2,8 @@ require "formula"  class ClosureCompiler < Formula    homepage "https://github.com/google/closure-compiler" -  url "https://github.com/google/closure-compiler/archive/maven-release-v20140625.tar.gz" -  sha1 "48b13a84963321a77f68e814e44399f16884b278" +  url "https://github.com/google/closure-compiler/archive/maven-release-v20140814.tar.gz" +  sha1 "d783183bd91e2661aa8cd1a8c35c210935e23e15"    head "https://github.com/google/closure-compiler.git"  | 
