File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "description" : " OpenJDK 8 binaries built using source code from the CentOS project" ,
3
+ "homepage" : " https://github.com/ojdkbuild/ojdkbuild" ,
4
+ "version" : " 1.8.0.275-1.b01" ,
5
+ "license" : " GPL-2.0-only WITH Classpath-exception-2.0" ,
6
+ "architecture" : {
7
+ "64bit" : {
8
+ "url" : " https://github.com/ojdkbuild/ojdkbuild/releases/download/1.8.0.212-1/java-1.8.0-openjdk-1.8.0.212-1.b04.ojdkbuild.windows.x86_64.zip" ,
9
+ "hash" : " d74066dc7d6e017388b1eeeb4f4cc0af20337aa6eea8e3a818017ae8d15b988a" ,
10
+ "extract_dir" : " java-1.8.0-openjdk-1.8.0.212-1.b04.ojdkbuild.windows.x86_64"
11
+ },
12
+ },
13
+ "env_add_path" : " bin" ,
14
+ "env_set" : {
15
+ "JAVA_HOME" : " $dir"
16
+ },
17
+ "checkver" : {
18
+ "url" : " https://raw.githubusercontent.com/ojdkbuild/ojdkbuild/master/README.md" ,
19
+ "re" : " download/(?<folder>(?:1.8.0-openjdk-)?(?<version>1.8.0[\\ db.-]+))(?<x>-x86)?/(?<url>java-(?<short>[\\ d.]+)-openjdk-([\\ db.-]+)(.ojdkbuild|.windows){2}).x86.zip"
20
+ },
21
+ "autoupdate" : {
22
+ "architecture" : {
23
+ "64bit" : {
24
+ "url" : " https://github.com/ojdkbuild/ojdkbuild/releases/download/$matchFolder/$matchUrl.x86_64.zip" ,
25
+ "extract_dir" : " $matchUrl.x86_64"
26
+ },
27
+ "32bit" : {
28
+ "url" : " https://github.com/ojdkbuild/ojdkbuild/releases/download/$matchFolder$matchX/$matchUrl.x86.zip" ,
29
+ "extract_dir" : " $matchUrl.x86"
30
+ }
31
+ },
32
+ "hash" : {
33
+ "url" : " $url.sha256"
34
+ }
35
+ }
36
+ }
You can’t perform that action at this time.
0 commit comments