Skip to content

Releases: Spantree/ftk

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 20:02

Installation

Homebrew (macOS/Linux)

# Tap the repository
brew tap spantree/fluent-toolkit git@github.com:spantree/fluent-toolkit.git

# Install fluent-toolkit
brew install fluent-toolkit

Or use the one-liner:

brew install spantree/fluent-toolkit/fluent-toolkit

Manual Installation

Download the appropriate binary for your platform:

  • macOS (Apple Silicon): ftk-darwin-arm64
  • macOS (Intel): ftk-darwin-x86_64
  • Linux: ftk-linux-x86_64

Make it executable and move to your PATH:

chmod +x ftk-darwin-arm64
sudo mv ftk-darwin-arm64 /usr/local/bin/ftk

Checksums

Verify your download with SHA256:

ARM64:  6b9d712dfbe9df79ff1725e63cfd6f959bea44e262736b37c8246725069aca71
x86_64: c84d139678ebbe1cbf2869a7e28bb26b9867d0c7c155aeeb9bba4bb652d22fca
Linux:  5f271c0884d48245fa6396a9af891d5c8fe828bfd146a7bf16a835c41305b082

Update Homebrew Formula

Update Formula/fluent-toolkit.rb with:

  • Version: 0.2.0
  • URLs: Replace version in download URLs
  • Checksums: Use the SHA256 values above

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Oct 02:20

Installation

Homebrew (macOS/Linux)

# Tap the repository
brew tap spantree/fluent-toolkit git@github.com:spantree/fluent-toolkit.git

# Install fluent-toolkit
brew install fluent-toolkit

Or use the one-liner:

brew install spantree/fluent-toolkit/fluent-toolkit

Manual Installation

Download the appropriate binary for your platform:

  • macOS (Apple Silicon): ftk-darwin-arm64
  • macOS (Intel): ftk-darwin-x86_64
  • Linux: ftk-linux-x86_64

Make it executable and move to your PATH:

chmod +x ftk-darwin-arm64
sudo mv ftk-darwin-arm64 /usr/local/bin/ftk

Checksums

Verify your download with SHA256:

ARM64:  871b23a5da241e5e955584f7ed76fd1a83ed499c3aa18711f17b2b8d2662e4d2
x86_64: 7d3fb6150b90e79ed042c7293d50a5591fe85e36c2e49600f9f07b1edd70cab8
Linux:  ff706fc1e28a63c5fac94c3c51c82f3026ea1fec00dfcbc55883b78d3ef1deea

Update Homebrew Formula

Update Formula/fluent-toolkit.rb with:

  • Version: 0.1.0
  • URLs: Replace version in download URLs
  • Checksums: Use the SHA256 values above