Skip to content

jsDelivr CDN serves outdated dvm version #221

@ikeyan

Description

@ikeyan

The latest version of dvm is currently 1.9.3, but the official install script from jsDelivr CDN is still providing version 1.9.0.

To reproduce:

curl --output dvm.zip https://cdn.jsdelivr.net/gh/justjavac/dvm_releases@main/dvm-x86_64-apple-darwin.zip
# The same issue occurs for the ARM version: https://cdn.jsdelivr.net/gh/justjavac/dvm_releases@main/dvm-aarch64-apple-darwin.zip
unzip dvm.zip
./dvm -V

Output:

dvm 1.9.0

Could you please update jsDelivr CDN to reflect the latest version ( 1.9.3 )?
Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions