Skip to content

Commit

Permalink
oraclejdk: Update to version 21.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 17, 2023
1 parent 26f17d1 commit fc90c5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/oraclejdk.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"description": "Oracle Java Platform, Standard Edition Development Kit (JDK)",
"homepage": "https://www.oracle.com/java/",
"version": "21",
"version": "21.0.1",
"license": "https://www.oracle.com/downloads/licenses/no-fee-license.html",
"architecture": {
"64bit": {
"url": "https://download.oracle.com/java/21/archive/jdk-21_windows-x64_bin.zip",
"hash": "4fbf2c43b487c1c4dfc0a77496bf1bb1b3c5f2e947f57de01c1d346a440506a0"
"url": "https://download.oracle.com/java/21/archive/jdk-21.0.1_windows-x64_bin.zip",
"hash": "c951b2f36d0f43ff347ac93d42ff6f64ce9b6231767d6b81d727bd2178d08290"
}
},
"extract_dir": "jdk-21",
"extract_dir": "jdk-21.0.1",
"env_add_path": "bin",
"env_set": {
"JAVA_HOME": "$dir"
Expand Down

0 comments on commit fc90c5a

Please sign in to comment.