Skip to content

Releases: ljh-sh/wdiff

v0.5.1

Choose a tag to compare

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

Install

x eget ljh-sh/wdiff

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

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

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

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

Install

x eget ljh-sh/wdiff

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

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

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

v0.2.4

Choose a tag to compare

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

Install

x eget ljh-sh/wdiff

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

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

Full Changelog: https://github.com/ljh-sh/wdiff/commits/v0.2.4