Skip to content

Add checksum verification for just, amber and oxlint #34

Description

@NicoVIII

gleam and lefthook verify sha256 checksums of downloaded artifacts (via lib/verify.ab), but just, amber and oxlint install whatever the download returns.

  • just: casey/just releases publish a SHA256SUMS manifest, so verify_sha256_from_manifest should work as-is.
  • amber / oxlint: check what checksum artifacts upstream publishes (per-file .sha256, a manifest, or nothing) and use verify_sha256 / verify_sha256_from_manifest accordingly. If upstream publishes nothing, note that in the feature README instead.

The verification helpers already exist, so this is mostly wiring plus rebuilding the generated install.sh files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    foundationFoundation work which e.g. improves DX or code quality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions