Merge pull request #1302 from r15ch13/manifest/openjdk-fix

Fix openjdk checkver
This commit is contained in:
Richard Kuhnt 2017-02-01 19:45:21 +01:00 committed by GitHub
commit 79bc0888d0

View File

@ -14,8 +14,8 @@
"JAVA_HOME": "$dir" "JAVA_HOME": "$dir"
}, },
"checkver": { "checkver": {
"url": "https://github.com/ojdkbuild/ojdkbuild/releases/latest", "url": "https://raw.githubusercontent.com/ojdkbuild/ojdkbuild/master/README.md",
"re": "java-(?<short>[\\d.]+)-openjdk-(?<version>[\\d.]+-[\\d]+)(?<tail>.*).x86_64.zip" "re": "download/.*/java-(?<short>[\\d.]+)-openjdk-(?<version>[\\d.]+-[\\d]+)(?<tail>.*).x86_64.zip\\)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {