aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSebastian Roth2015-01-23 11:10:19 +0800
committerMike McQuaid2015-01-23 18:03:05 +0100
commitc7af756f1e3b299c1367b293eea8e6527f11f078 (patch)
tree916ee1c3f2694dda948685c6c8a7ffa1ea0fe432 /Library
parente1ca8c9ef90b27f99b5d3a8dc6d2a247d4f4ae12 (diff)
downloadhomebrew-c7af756f1e3b299c1367b293eea8e6527f11f078.tar.bz2
groovy, groovysdk 2.4.0
Closes #36153. Closes #36160. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/groovy.rb10
-rw-r--r--Library/Formula/groovysdk.rb4
2 files changed, 4 insertions, 10 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb
index cd4f3d8d2..774e82921 100644
--- a/Library/Formula/groovy.rb
+++ b/Library/Formula/groovy.rb
@@ -2,17 +2,11 @@ require 'formula'
class Groovy < Formula
homepage 'http://groovy.codehaus.org/'
- url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.3.9.zip'
- sha1 '22e899457642f139bf9dc388933b5d73efdb0c49'
+ url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.4.0.zip'
+ sha1 '1e521a0c0018e35945e3ab93ae93a9b2dfc43b8e'
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"
- devel do
- url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.4.0-rc-1.zip'
- sha1 '20427c947e263cd6d41ab7ace9be17046b18e20e'
- version '2.4.0-rc-1'
- end
-
def install
# Don't need Windows files.
rm_f Dir["bin/*.bat"]
diff --git a/Library/Formula/groovysdk.rb b/Library/Formula/groovysdk.rb
index 67fb4d02d..d86f5ddf3 100644
--- a/Library/Formula/groovysdk.rb
+++ b/Library/Formula/groovysdk.rb
@@ -2,8 +2,8 @@ require "formula"
class Groovysdk < Formula
homepage "http://groovy.codehaus.org/"
- url "http://dl.bintray.com/groovy/maven/groovy-sdk-2.3.7.zip"
- sha1 "a9021d36b5626692d2ab56b2799add8aadcd9ca2"
+ url "http://dl.bintray.com/groovy/maven/groovy-sdk-2.4.0.zip"
+ sha1 "b6f4bdb48c306e8d47a552f835fd56fb6010e941"
def install
ENV["GROOVY_HOME"] = libexec