Commit a2f36d63 authored by Damian Montero's avatar Damian Montero Committed by Michał Siwek

JDK8 Package Fix for X64

parent e8fbd95b
......@@ -4,10 +4,10 @@ class Jdk8 < Package
version '8.0.25'
binary_url ({
i686: "https://www.dropbox.com/s/d1omw087ilkh5oq/jdk1.8.0_25_i686.tar.gz?dl=0",
x86_64: "https://www.dropbox.com/s/j1p2fbof5ms2wob/jdk1.8.0_25_i686.tar.gz?dl=0"
x86_64: "https://www.dropbox.com/s/my0ztzdngrjbsfh/jdk1.8.0_65_x86_64.tar.gz?dl=0"
})
binary_sha1 ({
i686: "2f6fabc6e7b86fa2f21d19f9617d2641c5862a30",
x86_64: "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