Groovy 2.0.2
Closes Homebrew/homebrew#14866. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
92e7d26dee
commit
c470806c53
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Groovy < Formula
|
||||
homepage 'http://groovy.codehaus.org/'
|
||||
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.0.1.zip'
|
||||
sha1 '8368651e4c96e2ab272d2a0623861c817d947316'
|
||||
url 'http://dist.groovy.codehaus.org/distributions/groovy-binary-2.0.2.zip'
|
||||
sha1 '024104492f110b4395d6efd40207f8726468c6b4'
|
||||
|
||||
def install
|
||||
# Don't need Windows files.
|
||||
|
|
Loading…
Reference in a new issue