Skip to content

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 06 Aug 18:32
· 19 commits to main since this release

indietool v0.0.4

Installation

Package Managers

Homebrew (macOS/Linux):

brew install indietool/tap/indietool

Debian/Ubuntu (.deb):

# Download the .deb file from assets below
sudo dpkg -i indietool_0.0.4_linux_amd64.deb

RedHat/Fedora/SUSE (.rpm):

# Download the .rpm file from assets below
sudo rpm -i indietool_0.0.4_linux_amd64.rpm

Manual Installation

  1. Download the appropriate binary for your platform from the assets below
  2. Extract the archive: tar -xzf indietool-0.0.4-linux-amd64.tar.gz
  3. Move to PATH: sudo mv indietool /usr/local/bin/
  4. Make executable: chmod +x /usr/local/bin/indietool

Verification

All releases are signed with checksums:

sha256sum -c checksums.txt

Changelog

  • cb835fb indietool: chore: remove CHANGELOG from goreleaser

Supported Platforms

  • Linux: Intel (amd64), ARM64 - Binary, DEB, RPM, APK packages
  • macOS: Intel (amd64), Apple Silicon (arm64) - Binary, Homebrew
  • Windows: Intel (amd64) - Binary

Full Changelog: v0.0.3...v0.0.4