groovysdk 2.5.4 (#34023)

This commit is contained in:
Roman Ivanov 2018-11-12 12:33:52 -08:00 committed by FX Coudert
parent e23215247d
commit 43e057bc6f

View file

@ -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"