aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorViktor Szakáts2015-03-30 21:46:25 +0200
committerMike McQuaid2015-03-31 12:55:12 +0100
commit5690e69425fba7e12bdf26a1c51f7dcde695c937 (patch)
tree6357f7ad9797530c47d3f652ec6807a1ccf2a4af /Library/Formula
parent4c8f686b4c1caa5d4f5e82897326c378abaa13cf (diff)
downloadhomebrew-5690e69425fba7e12bdf26a1c51f7dcde695c937.tar.bz2
groovy: follow homepage redirect, https url
Closes #38208. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/groovy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/groovy.rb b/Library/Formula/groovy.rb
index 9f0c2cc11..3f476152e 100644
--- a/Library/Formula/groovy.rb
+++ b/Library/Formula/groovy.rb
@@ -1,8 +1,8 @@
require 'formula'
class Groovy < Formula
- homepage 'http://groovy.codehaus.org/'
- url 'http://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip'
+ homepage 'http://www.groovy-lang.org'
+ url 'https://dl.bintray.com/groovy/maven/groovy-binary-2.4.3.zip'
sha1 '47837096d0307e5e8c4f74c87a3096ddd0706eff'
option 'invokedynamic', "Install the InvokeDynamic version of Groovy (only works with Java 1.7+)"