Add URL and md5 for jdk-8u92.
Installed on Centos7.2 system, `java -version` works.
This commit is contained in:
parent
069de3f008
commit
a73d91a2e5
@ -40,6 +40,8 @@ class Jdk(Package):
|
||||
|
||||
version('8u66-linux-x64', '88f31f3d642c3287134297b8c10e61bf',
|
||||
url="http://download.oracle.com/otn-pub/java/jdk/8u66-b17/jdk-8u66-linux-x64.tar.gz")
|
||||
version('8u92-linux-x64', '65a1cc17ea362453a6e0eb4f13be76e4',
|
||||
url="http://download.oracle.com/otn-pub/java/jdk/8u92-b14/jdk-8u92-linux-x64.tar.gz")
|
||||
|
||||
# Oracle requires that you accept their License Agreement in order
|
||||
# to access the Java packages in download.oracle.com. In order to
|
||||
|
Loading…
Reference in New Issue
Block a user