closure-compiler 20140407
Closes Homebrew/homebrew#29158. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
1ae2fcae1b
commit
494bc458d4
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue