Skip to content

Release v1.3.3

Choose a tag to compare

@github-actions github-actions released this 30 Jan 22:47
· 10 commits to main since this release

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.3.3_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.3.3_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.3.3_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.3.3_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.3.3_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing