Commit 2a9ade7c authored by Ben Fayers's avatar Ben Fayers Committed by GitHub

Add an armv7l binary.

parent 4bf1eedf
......@@ -4,10 +4,12 @@ class Jdk8 < Package
version '8u112'
binary_url ({
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"
x86_64: "https://dl.dropboxusercontent.com/u/14799278/crew/jdk8u112-x86_64.tar.gz",
armv7l: "https://www.dropbox.com/s/bfu14nhbeoi8tdo/jdk8u111-armv7l.tar.gz?dl=1"
})
binary_sha1 ({
i686: "65de377470bdd42e4f3e158b16917166ebe47a02",
x86_64: "9a009b3b33cbb82ec70e7b0061973b09308c7fed"
x86_64: "9a009b3b33cbb82ec70e7b0061973b09308c7fed",
armv7l: "913adb900bf0d9d42452a4591c1a9093076ed4b6"
})
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