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:
Mathias Hermansson 2021-10-21 14:57:45 +02:00 committed by GitHub
parent 678bd886e5
commit f67239f897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 64 additions and 0 deletions

32
bucket/corretto-jdk.json Normal file
View 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"
}
}

View 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"
}
}