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

JDK x64 url fix

parent c40fed53
......@@ -4,14 +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/2zohwl033i6rol2/jdk1.8.0_25_x86_64.tar.gz?dl=0"
x86_64: "https://www.dropbox.com/s/j1p2fbof5ms2wob/jdk1.8.0_25_i686.tar.gz?dl=0"
})
binary_sha1 ({
i686: "2f6fabc6e7b86fa2f21d19f9617d2641c5862a30",
x86_64: "601ab66006ade8bbac8dad465cf71aefe5266744"
x86_64: "2f6fabc6e7b86fa2f21d19f9617d2641c5862a30"
})
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