closure-compiler 20140407

Closes Homebrew/homebrew#29158.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
David Christenson 2014-05-12 02:37:09 -06:00 committed by Adam Vandenberg
parent 1ae2fcae1b
commit 494bc458d4

View file

@ -1,10 +1,11 @@
require 'formula'
class ClosureCompiler < Formula
homepage 'http://code.google.com/p/closure-compiler/'
url 'https://code.google.com/p/closure-compiler/', :using => :git, :tag => 'v20140303'
homepage 'https://github.com/google/closure-compiler'
url 'https://github.com/google/closure-compiler/archive/closure-compiler-maven-v20140407.tar.gz'
sha1 '80eba20da24f2d7b9f9f45d97ca49deb2668ef03'
head 'https://code.google.com/p/closure-compiler/', :using => :git
head 'https://github.com/google/closure-compiler.git'
depends_on :ant