Commit 4f229b94 authored by Ben Fayers's avatar Ben Fayers Committed by GitHub

change i686 url and sha1

parent 1875a37f
......@@ -3,11 +3,11 @@ require 'package'
class Jdk8 < Package
version '1.8.0-112'
binary_url ({
i686: "https://www.dropbox.com/s/d1omw087ilkh5oq/jdk1.8.0_25_i686.tar.gz?dl=0",
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"
})
binary_sha1 ({
i686: "2f6fabc6e7b86fa2f21d19f9617d2641c5862a30",
i686: "65de377470bdd42e4f3e158b16917166ebe47a02",
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