added label file for amazoncorretto8jdk, #423

This commit is contained in:
Armin Briegel
2022-02-21 09:39:37 +01:00
parent 56125c07b1
commit d475b2b8ab
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
## v9.1
- new labels: amazoncorretto8jdk (#423)
## v9.0.1
- improved logging levels throughout the script #408

View File

@@ -0,0 +1,7 @@
amazoncorretto8jdk)
name="Amazon Corretto 8 JDK"
type="pkg"
downloadURL="https://corretto.aws/downloads/latest/amazon-corretto-8-x64-macos-jdk.pkg"
appNewVersion=$(curl -s https://raw.githubusercontent.com/corretto/corretto-8/develop/CHANGELOG.md | grep "## Corretto version" | head -n 1 | awk '{ print $4; exit}')
expectedTeamID="94KV3E626L"
;;