v0.3.1
Changelog
Bug Fixes
- client: unknown command "version" for "trdl" (702a7f0)
Installation of trdl client
Download trdl
client binaries from here:
- Linux amd64 (PGP signature)
- Linux arm64 (PGP signature)
- macOS amd64 (PGP signature)
- macOS arm64 (PGP signature)
- Windows amd64 (PGP signature)
These binaries were signed with PGP and could be verified with the trdl PGP public key. For example, trdl
client binary can be downloaded and verified with gpg
on Linux with these commands:
curl -sSLO "https://tuf.trdl.dev/targets/releases/0.3.1/linux-amd64/bin/trdl" -O "https://tuf.trdl.dev/targets/signatures/0.3.1/linux-amd64/bin/trdl.sig"
curl -sSL https://trdl.dev/trdl.asc | gpg --import
gpg --verify trdl.sig trdl