Commit 86ef3345 authored by Ben Fayers's avatar Ben Fayers Committed by GitHub

update x86_64 url and sha1

parent 4f229b94
......@@ -4,10 +4,10 @@ class Jdk8 < Package
version '1.8.0-112'
binary_url ({
i686: "https://dl.dropboxusercontent.com/u/14799278/crew/jdk1.8.0_112-i686.tar.gz",
x86_64: "https://www.dropbox.com/s/ykw2jt797cpghfy/jdk1.8.0_65_x86_64.tar.gz?dl=0"
x86_64: "https://dl.dropboxusercontent.com/u/14799278/crew/jdk1.8.0_112-x86_64.tar.gz"
})
binary_sha1 ({
i686: "65de377470bdd42e4f3e158b16917166ebe47a02",
x86_64: "7701c06a704722b73bf8468a9d7819693e6d4be0"
x86_64: "9a009b3b33cbb82ec70e7b0061973b09308c7fed"
})
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