corretto11-jdk: fix 32-bit download URL#594
corretto11-jdk: fix 32-bit download URL#594B67687 wants to merge 1 commit intoScoopInstaller:masterfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughUpdated 32-bit Windows JDK artifacts in Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
32bitURL incorretto11-jdkWhy this changed
corretto11-jdkcurrently points its32bitasset to:amazon-corretto-11.0.31.11.1-windows-x86-jre.zipThat URL now returns
403, and it is also the wrong asset type for a JDK manifest.Amazon's current Corretto metadata still publishes the Windows x86 JDK ZIP for 11 under:
amazon-corretto-11.0.31.11.1-windows-x86-jdk.zipThe manifest already uses the matching x86 JDK SHA-256 from the same metadata source, so this change just aligns the URL with the asset and checksum that are already intended.
Verification
checkhashes.ps1 -Dir .\bucket corretto11-jdk->corretto11-jdk: OKcheckver.ps1 corretto11-jdk->11.0.31.11.1windows-x86-jdk.zipreturns200 OKwindows-x86-jre.zipreturns403Summary by CodeRabbit