halcyon / asdf-java

A Java plugin for asdf-vm.
MIT License
465 stars 85 forks source link

Update check sum for amazon-corretto-8.252.09.1 on Mac #81

Closed hwangjr closed 4 years ago

hwangjr commented 4 years ago

Install got this error:

$ asdf install java amazon-corretto-8.252.09.1
######################################################################################################################################################################################################### 100.0%
amazon-corretto-8.252.09.1-macosx-x64.tar.gz
gsha256sum: 'standard input': no properly formatted SHA256 checksum lines found

then need to update https://github.com/halcyon/asdf-java/blob/master/corretto/corretto.json file checksum from:

{
    "release_name": "amazon-corretto-8.252.09.1",
    "binaries": [
      ......
      {
        "os": "mac",
        "architecture": "x64",
        "jvm_impl": "hotspot",
        "package": {
          "link": "https://corretto.aws/downloads/resources/8.252.09.1/amazon-corretto-8.252.09.1-macosx-x64.tar.gz",
          "checksum": "f0204183832f590689055fcd98366ebb43196c84442a9bcb768ac230"
        },
        "heap_size": "normal"
      }
    ]
  },

to:

{
    "release_name": "amazon-corretto-8.252.09.1",
    "binaries": [
      ......
      {
        "os": "mac",
        "architecture": "x64",
        "jvm_impl": "hotspot",
        "package": {
          "link": "https://corretto.aws/downloads/resources/8.252.09.1/amazon-corretto-8.252.09.1-macosx-x64.tar.gz",
          "checksum": "91988dbfac788eda6b1fbc6a885eb45f0f7873c8b478276b6a5c9fda3141448c"
        },
        "heap_size": "normal"
      }
    ]
  }, 
reegnz commented 4 years ago

Not just corretto, it seems to be borked for everything. Tried zulu and adoptopenjdk as well, for both 8 and 11, it's borked everywhere.

halcyon commented 4 years ago

Looking into it on my Mac.

On Mon, Apr 20, 2020 at 9:46 AM Zoltán Reegn notifications@github.com wrote:

Not just corretto, it seems to be borked for everything. Tried zulu and adoptopenjdk as well, for both 8 and 11, it's borked everywhere.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/halcyon/asdf-java/issues/81#issuecomment-616564741, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABMPC4APMEZ26KW3DELOLRNRG47ANCNFSM4ML5NU6A .

halcyon commented 4 years ago

I'm only seeing the problem so far for MacOS Corretto 8.252.09.1

halcyon commented 4 years ago

@reegnz Would love to help track down the root cause of what you are seeing. Would you be able to meet me on gitter to discuss?