Skip to content

0.1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 16:20
0.1.3
0fc5178

Install (recommended)

Prebuilt binaries are available for macOS and Linux (Apple Silicon, Intel). No Swift toolchain or Xcode is required.

brew tap routeobjects/tap https://github.com/RouteObjects/homebrew-tap
brew install routeobjects/tap/cidrwalk
cidrwalk --version

Homebrew pours the correct tarball for your platform from this release.

Release assets

Platform Asset
macOS (Apple Silicon) cidrwalk-0.1.3-darwin-aarch64.tar.gz
macOS (Intel) cidrwalk-0.1.3-darwin-x86_64.tar.gz
Linux (arm64) cidrwalk-0.1.3-linux-aarch64.tar.gz
Linux (x86_64) cidrwalk-0.1.3-linux-x86_64.tar.gz

You can also download a tarball directly and place cidrwalk on your PATH.

What's new

  • GitHub Actions release workflow builds four platform tarballs per tag
  • Homebrew formula switched from source build (macOS + Xcode only) to poured binaries on macOS and Linux