ojdkbuild14*: Disable autoupdate (#262)

This commit is contained in:
Mathias Hermansson 2021-04-06 19:22:18 +02:00 committed by GitHub
parent 06a38cd8f6
commit fa5e72eb83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 30 deletions

View File

@ -13,20 +13,5 @@
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://raw.githubusercontent.com/ojdkbuild/ojdkbuild/master/README.md",
"re": "download/(?<folder>(?:java-14-openjdk-)?(?<version>(?<short>14[\\d.]+)\\.[\\d]+-(?<build>[\\db.]+)))/(?<url>java-(?<major>[\\d.]+)-openjdk-([\\db.-]+)(.ojdkbuild|.windows){2}).x86_64.msi"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/$matchFolder/$matchUrl.x86_64.msi",
"extract_dir": "ojdkbuild\\java-$matchMajor-openjdk-$matchShort-$matchBuild"
}
},
"hash": {
"url": "$url.sha256"
}
}
}

View File

@ -13,20 +13,5 @@
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
},
"checkver": {
"url": "https://raw.githubusercontent.com/ojdkbuild/ojdkbuild/master/README.md",
"re": "download/(?<folder>(?:java-14-openjdk-)?(?<version>14[\\db.-]+))/(?<url>java-(?<short>[\\d.]+)-openjdk-([\\db.-]+)(.ojdkbuild|.windows){2}).x86_64.zip"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ojdkbuild/ojdkbuild/releases/download/$matchFolder/$matchUrl.x86_64.zip",
"extract_dir": "$matchUrl.x86_64"
}
},
"hash": {
"url": "$url.sha256"
}
}
}