groovysdk 2.5.4 (#34023)
This commit is contained in:
parent
e23215247d
commit
43e057bc6f
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
class Groovysdk < Formula
|
||||
desc "SDK for Groovy: a Java-based scripting language"
|
||||
homepage "http://www.groovy-lang.org"
|
||||
url "https://dl.bintray.com/groovy/maven/apache-groovy-sdk-2.5.2.zip"
|
||||
sha256 "82cf4f424a431b0ebab97e7302cfbe7c0b15cd5d2ff87cb0d9af5003e2ea247b"
|
||||
url "https://dl.bintray.com/groovy/maven/apache-groovy-sdk-2.5.4.zip"
|
||||
sha256 "f8e32382ff0b4079e70d47f776363b86ce5ec0ffe56d73608c3ec1dca8d01fc0"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on :java => "1.6+"
|
||||
# Groovy 2.5 requires JDK8+ to build and JDK7 is the minimum version of the JRE that we support.
|
||||
depends_on :java => "1.7+"
|
||||
|
||||
conflicts_with "groovy", :because => "both install the same binaries"
|
||||
|
||||
|
|
Loading…
Reference in a new issue