v0.4.1
Install ccrawl from Homebrew, Scoop, and the apt and dnf repositories.
v0.4.1 is a packaging release. The binaries and the feature set are the same as v0.4.0; what changes is how you install it.
Install
ccrawl now ships through the same package managers as the rest of the tools.
# Homebrew
brew install tamnd/tap/ccrawl
# Scoop
scoop bucket add tamnd https://github.com/tamnd/scoop-bucket
scoop install ccrawl
# Debian, Ubuntu
curl -fsSL https://tamnd.github.io/linux-repo/gpg.key \
| sudo gpg --dearmor -o /usr/share/keyrings/tamnd.gpg
echo "deb [signed-by=/usr/share/keyrings/tamnd.gpg] https://tamnd.github.io/linux-repo/apt stable main" \
| sudo tee /etc/apt/sources.list.d/tamnd.list
sudo apt update && sudo apt install ccrawl
# Fedora, RHEL, openSUSE
sudo dnf config-manager --add-repo https://tamnd.github.io/linux-repo/dnf/tamnd.repo
sudo dnf install ccrawl
The release still attaches the prebuilt archives, the deb, rpm, and apk packages, and the container image at ghcr.io/tamnd/ccrawl, so nothing that already worked goes away.
Under the hood
Each release now tells the shared apt and dnf repository to rebuild with the newest packages, so an install picks up a new version without waiting on a manual step. cosign is pinned to the 2.x line so the signed checksums keep their detached signature and certificate.