Add adoptopenjdk-jmc version 8.0.0 (#269)

This commit is contained in:
Mathias Hermansson 2021-04-07 21:10:36 +02:00 committed by GitHub
parent 141be1122c
commit e8cbbd3ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,30 @@
{
"description": "JDK Mission Control built by AdoptOpenJDK",
"homepage": "https://adoptopenjdk.net/jmc.html",
"version": "8.0.0",
"license": "UPL-1.0",
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk-jmc-overrides/releases/download/8.0.0/org.openjdk.jmc-8.0.0-win32.win32.x86_64.zip",
"hash": "d273befe4321e007989da46d6b311b9ef31723ba92701ac4128133d460410894"
}
},
"extract_dir": "JDK Mission Control",
"shortcuts": [
[
"jmc.exe",
"JDK Mission Control (AdoptOpenJDK)"
]
],
"persist": "configuration",
"checkver": {
"github": "https://github.com/AdoptOpenJDK/openjdk-jmc-overrides"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AdoptOpenJDK/openjdk-jmc-overrides/releases/download/$version/org.openjdk.jmc-$version-win32.win32.x86_64.zip"
}
}
}
}