Skip to content

0.4.1 - 2023-09-27

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Sep 15:22
· 114 commits to main since this release

Release Notes

Fixes

  • Fixed MSI checksums getting displayed as separate downloads - shadows-withal/pr637, Gankra/i636

    As cargo-dist 0.3.0 supports MSI installers, we noticed
    a small bug in the way oranda tries to infer artifacts, where a checksum for certain types of files can get
    misinterpreted as its own downloadable file. This is now fixed!

Install oranda 0.4.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.4.1/oranda-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/axodotdev/oranda/releases/download/v0.4.1/oranda-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install @axodotdev/[email protected]

Install prebuilt binaries via Homebrew

brew install axodotdev/homebrew-tap/oranda

Download oranda 0.4.1

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