To whom it may concern,
I am reporting a consistent SHA-256 checksum mismatch for the "SQL Developer for VS Code" extension (macOS ARM64 version). The file currently being served via the download link does not match the official hash published on the download page.
Environment:
- OS: macOS Sonoma (ARM64)
- File:
sql-developer-darwin-arm64-26.2.0.vsix
- Location: Brazil (likely hitting a South American CDN node)
Expected Hash (from download page): dd90cc29a8c46252a283759ac50aa0a87f0b5a7f86ba3a47eede4aeab9eb1ab1
Actual Hash (calculated from downloaded file): 69eed24c2b82d62027f4b11f77beccad7088faa99e36f0f2dc580629752816b3
Reproduction Steps:
- Downloaded the file using
curl -O https://download.oracle.com/otn_software/java/sqldev-vscode/sql-developer-darwin-arm64-26.2.0.vsix
- Verified the hash using
shasum -a 256 sql-developer-darwin-arm64-26.2.0.vsix
- The output hash consistently differs from the official documentation, suggesting a corrupted file or an outdated cache on the CDN node.
I have verified this using a clean network connection and the curl command to avoid browser cache interference. Could you please investigate if the incorrect version of the file is being served by the regional CDN?
Thank you for your assistance.