aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorViktor Szakats2017-03-11 11:35:19 +0100
committerGitHub2017-03-11 11:35:19 +0100
commitc5a9ee5719413d0d93f44da61100e7beee469410 (patch)
treef3e65e40d3e9728f3f51253dc910b0db518465d5 /Library
parent76db07e1b5ef096317701a95285b04aa7bf83187 (diff)
downloadbrew-c5a9ee5719413d0d93f44da61100e7beee469410.tar.bz2
java_requirement.rb: use HTTPS in Java Platform URL
It's redirected to cleartext, though this URL will be opened in a browser so it won't be something hidden, and maybe Oracle will fix this in the future.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/requirements/java_requirement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/requirements/java_requirement.rb b/Library/Homebrew/requirements/java_requirement.rb
index 010b7dbc9..0887b69c7 100644
--- a/Library/Homebrew/requirements/java_requirement.rb
+++ b/Library/Homebrew/requirements/java_requirement.rb
@@ -2,7 +2,7 @@ require "language/java"
class JavaRequirement < Requirement
fatal true
- download "http://www.oracle.com/technetwork/java/javase/downloads/index.html"
+ download "https://www.oracle.com/technetwork/java/javase/downloads/index.html"
satisfy build_env: false do
setup_java