mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
corretto*: Manifest maintenance (#319)
* corretto*: Add jdk suffix * corretto-jdk: Update to version 17.0.0.35.1 * corretto17-jdk: Add at version 17.0.0.35.1 * corretto16-jdk: Add at version 16.0.2.7.1 * corretto: Update versions
This commit is contained in:
parent
678bd886e5
commit
f67239f897
32
bucket/corretto-jdk.json
Normal file
32
bucket/corretto-jdk.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)",
|
||||
"homepage": "https://aws.amazon.com/corretto/",
|
||||
"version": "17.0.0.35.1",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://corretto.aws/downloads/resources/17.0.0.35.1/amazon-corretto-17.0.0.35.1-windows-x64-jdk.zip",
|
||||
"hash": "md5:176af844b1ba797969568b64ce44bb57"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk17.0.0_35",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/corretto/corretto-17"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x64-jdk.zip",
|
||||
"hash": {
|
||||
"url": "https://github.com/corretto/corretto-17/releases/tag/$version",
|
||||
"regex": "(?smi)amazon-corretto-$version-windows-x64-jdk.zip(?:.*?)<code>([a-fA-F0-9]+)</code>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk$matchHead_$buildVersion"
|
||||
}
|
||||
}
|
||||
32
bucket/corretto17-jdk.json
Normal file
32
bucket/corretto17-jdk.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"description": "Amazon Corretto is a no-cost, multiplatform, production-ready distribution of the Open Java Development Kit (OpenJDK)",
|
||||
"homepage": "https://aws.amazon.com/corretto/",
|
||||
"version": "17.0.0.35.1",
|
||||
"license": "GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://corretto.aws/downloads/resources/17.0.0.35.1/amazon-corretto-17.0.0.35.1-windows-x64-jdk.zip",
|
||||
"hash": "md5:176af844b1ba797969568b64ce44bb57"
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk17.0.0_35",
|
||||
"env_add_path": "bin",
|
||||
"env_set": {
|
||||
"JAVA_HOME": "$dir"
|
||||
},
|
||||
"checkver": {
|
||||
"github": "https://github.com/corretto/corretto-17"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://corretto.aws/downloads/resources/$version/amazon-corretto-$version-windows-x64-jdk.zip",
|
||||
"hash": {
|
||||
"url": "https://github.com/corretto/corretto-17/releases/tag/$version",
|
||||
"regex": "(?smi)amazon-corretto-$version-windows-x64-jdk.zip(?:.*?)<code>([a-fA-F0-9]+)</code>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"extract_dir": "jdk$matchHead_$buildVersion"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user