Skip to content

0.6.5 - 2024-08-08

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 17:50
· 1 commit to main since this release

Release Notes

Fixes a bug where the linkchecker plugin would fail to locate documentation source on Unix OSs.

Install oranda 0.6.5

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://axodotdev.artifacts.axodotdev.host/oranda/v0.6.5/oranda-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -c "irm https://axodotdev.artifacts.axodotdev.host/oranda/v0.6.5/oranda-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @axodotdev/oranda@0.6.5

Install prebuilt binaries via Homebrew

brew install axodotdev/tap/oranda

Download oranda 0.6.5

File Platform Checksum
oranda-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
oranda-x86_64-apple-darwin.tar.gz Intel macOS checksum
oranda-x86_64-pc-windows-msvc.tar.gz x64 Windows checksum
oranda-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
oranda-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
oranda-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
oranda-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo axodotdev/oranda

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>