Skip to content

Releases: ljh-sh/dwdiff

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jul 11:35

Install

x eget ljh-sh/dwdiff

Or download a per-target tarball, verify with the SHA256SUMS file,
and (in v0.2.0+) verify the cosign keyless signature:

curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.sig
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.cert
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.sha256
sha256sum -c dwdiff-x86_64-linux-musl.tar.gz.sha256
cosign verify-blob \
  --certificate-identity-regexp 'github.com/ljh-sh/dwdiff' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  dwdiff-x86_64-linux-musl.tar.gz \
  dwdiff-x86_64-linux-musl.tar.gz.sig \
  dwdiff-x86_64-linux-musl.tar.gz.cert

See ljh-sh.github.io/dwdiff for the full
install walkthrough, tldr examples, and security audit.

Full Changelog: v0.5.0...v0.3.0

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 22:01

Install

x eget ljh-sh/dwdiff

Or download a per-target tarball, verify with the SHA256SUMS file,
and (in v0.2.0+) verify the cosign keyless signature:

curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.sig
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.cert
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.sha256
sha256sum -c dwdiff-x86_64-linux-musl.tar.gz.sha256
cosign verify-blob \
  --certificate-identity-regexp 'github.com/ljh-sh/dwdiff' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  dwdiff-x86_64-linux-musl.tar.gz \
  dwdiff-x86_64-linux-musl.tar.gz.sig \
  dwdiff-x86_64-linux-musl.tar.gz.cert

See ljh-sh.github.io/dwdiff for the full
install walkthrough, tldr examples, and security audit.

Full Changelog: v0.3.0...v0.5.0

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:40

Install

x eget ljh-sh/dwdiff

Or download a per-target tarball, verify with the SHA256SUMS file,
and (in v0.2.0+) verify the cosign keyless signature:

curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.sig
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.cert
curl -L -O https://github.com/ljh-sh/dwdiff/releases/latest/download/dwdiff-x86_64-linux-musl.tar.gz.sha256
sha256sum -c dwdiff-x86_64-linux-musl.tar.gz.sha256
cosign verify-blob \
  --certificate-identity-regexp 'github.com/ljh-sh/dwdiff' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  dwdiff-x86_64-linux-musl.tar.gz \
  dwdiff-x86_64-linux-musl.tar.gz.sig \
  dwdiff-x86_64-linux-musl.tar.gz.cert

See ljh-sh.github.io/dwdiff for the full
install walkthrough, tldr examples, and security audit.

Full Changelog: https://github.com/ljh-sh/dwdiff/commits/v0.2.6