Skip to content

0.1.4

Choose a tag to compare

@phaselockbot phaselockbot released this 09 Jul 05:58
0d75aad

Release Notes

  • GitHub Release notes include APT install instructions alongside Homebrew.
  • Release changelog headings and GitHub Release titles use the version only (no cut date).
  • Apt install smoke test waits for GitHub Pages before installing.
  • build-binaries workflow runs on pull requests only.

Install spedyctl 0.1.4

Install prebuilt binaries via Homebrew

brew install PhaseLockLabs/tap/spedyctl

Install via APT (Ubuntu 22.04+, Debian bookworm+)

curl -fsSL https://phaselocklabs.github.io/spedy-releases/phaselocklabs-archive-key.asc \
  | sudo gpg --dearmor -o /usr/share/keyrings/phaselocklabs.gpg
echo "deb [signed-by=/usr/share/keyrings/phaselocklabs.gpg] https://phaselocklabs.github.io/spedy-releases stable main" \
  | sudo tee /etc/apt/sources.list.d/spedy.list
sudo apt update
sudo apt install spedyctl

Download spedyctl 0.1.4

File Platform Checksum
spedyctl-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
spedyctl-x86_64-apple-darwin.tar.xz Intel macOS checksum
spedyctl-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
spedyctl-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum