Commit e40986f6 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #569 from bfayers/update-urls-dropbox

(FIX) Update URLs for java jdk8 since dropbox has changed the public folders to private.
parents 90cfc137 db5532ff
......@@ -3,10 +3,10 @@ require 'package'
class Jdk8 < Package
version '8u112'
binary_url ({
aarch64: 'https://www.dropbox.com/s/bfu14nhbeoi8tdo/jdk8u111-armv7l.tar.gz?dl=1',
armv7l: 'https://www.dropbox.com/s/bfu14nhbeoi8tdo/jdk8u111-armv7l.tar.gz?dl=1',
i686: 'https://dl.dropboxusercontent.com/u/14799278/crew/jdk8u112-i686.tar.gz',
x86_64: 'https://dl.dropboxusercontent.com/u/14799278/crew/jdk8u112-x86_64.tar.gz',
i686: "https://www.dropbox.com/s/0c9yratmcf5fdpq/jdk8u112-i686.tar.gz",
x86_64: "https://www.dropbox.com/s/efa747g7or3294u/jdk8u112-x86_64.tar.gz",
armv7l: "https://www.dropbox.com/s/vcejuitboafaxib/jdk8u22-armv7l.tar.gz",
aarch64: "https://www.dropbox.com/s/vcejuitboafaxib/jdk8u22-armv7l.tar.gz"
})
binary_sha1 ({
aarch64: '913adb900bf0d9d42452a4591c1a9093076ed4b6',
......
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