Commit e3063450 authored by system_user's avatar system_user

we'll update jdk8 later

parent 76386a17
require 'package'
class Jdk8 < Package
version '8.0.91'
version '8.0.25'
binary_url ({
i686: "http://download.oracle.com/otn-pub/java/jdk/8u91-b14/jdk-8u91-linux-i586.tar.gz",
x86_64: "http://download.oracle.com/otn-pub/java/jdk/8u91-b14/jdk-8u91-linux-x64.tar.gz"
i686: "https://www.dropbox.com/s/d1omw087ilkh5oq/jdk1.8.0_25_i686.tar.gz?dl=0",
x86_64: "https://www.dropbox.com/s/ykw2jt797cpghfy/jdk1.8.0_65_x86_64.tar.gz?dl=0"
})
binary_sha2 ({
i686: "5ecd05b5e566cbe688fc1e3159f04004ccad14d4faa3f50d15ffba1d50b4cd52",
x86_64: "6f9b516addfc22907787896517e400a62f35e0de4a7b4d864b26b61dbe1b7552"
binary_sha1 ({
i686: "2f6fabc6e7b86fa2f21d19f9617d2641c5862a30",
x86_64: "7701c06a704722b73bf8468a9d7819693e6d4be0"
})
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment