10000 ojdkbuild8 path without java prefix · RTM945/Java@5970789 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5970789

Browse files
committed
ojdkbuild8 path without java prefix
1 parent 53a5af1 commit 5970789

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

bucket/ojdkbuild8-no-java-prefix.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

0 commit comments

Comments
 (0)
0