Releases: probavi/probavi
Releases · probavi/probavi
Release list
probavi v0.2.0
See CHANGELOG.md for everything in v0.2.0.
Verify the download
sha256sum -c SHA256SUMS --ignore-missingReproduce the binaries
Built with go1.24.13 (pinned by go.mod). To reproduce a binary bit for bit:
git checkout v0.2.0
CGO_ENABLED=0 GOOS=<os> GOARCH=<arch> \
go build -trimpath -ldflags "-s -w -buildid= -X main.version=0.2.0" \
-o probavi ./cmd/probaviThe result matches the probavi binary inside the corresponding archive.
probavi v0.1.0
See CHANGELOG.md for everything in v0.1.0.
Verify the download
sha256sum -c SHA256SUMS --ignore-missingReproduce the binaries
Built with go1.24.13 (pinned by go.mod). To reproduce a binary bit for bit:
git checkout v0.1.0
CGO_ENABLED=0 GOOS=<os> GOARCH=<arch> \
go build -trimpath -ldflags "-s -w -buildid= -X main.version=0.1.0" \
-o probavi ./cmd/probaviThe result matches the probavi binary inside the corresponding archive.