pilcrow @ v0.16.0
integrity
- size
- 754.3 KiB
- downloaded
- last checked
release notes
- Release v0.16.0
- Regenerate social-preview card
- Add Claude Cowork plugin package, built and attached on release
- Switch X preview to the small summary card
- Add social-preview card + complete the Open Graph / Twitter meta tag set
- Apply impeccable-audit calibrations to the docs site
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.15.0...v0.16.0
download
unix · zip
curl -fL -o v0.16.0.zip https://ratatoskr.space/pkg/pilcrow/v0.16.0.zip
printf '%s %s\n' 'd2517cb69dea2d68b999bfc544031a5492763ca3d7c1710d196e1795df65bd6f' 'v0.16.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.16.0.zip"
$out = "v0.16.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d2517cb69dea2d68b999bfc544031a5492763ca3d7c1710d196e1795df65bd6f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.16.0.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.16.0.tar.gz
printf '%s %s\n' '6e07bf6eb3b68bbad12b7966a12a11c6f7f4fcc82ac5422e4abf9c52a50101ee' 'v0.16.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.16.0.tar.gz"
$out = "v0.16.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e07bf6eb3b68bbad12b7966a12a11c6f7f4fcc82ac5422e4abf9c52a50101ee") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.16.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.16.0.zip
printf '%s %s\n' 'd2517cb69dea2d68b999bfc544031a5492763ca3d7c1710d196e1795df65bd6f' 'v0.16.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.16.0.zip"
$out = "v0.16.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d2517cb69dea2d68b999bfc544031a5492763ca3d7c1710d196e1795df65bd6f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.16.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.16.0.tar.gz
printf '%s %s\n' '6e07bf6eb3b68bbad12b7966a12a11c6f7f4fcc82ac5422e4abf9c52a50101ee' 'v0.16.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.16.0.tar.gz"
$out = "v0.16.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6e07bf6eb3b68bbad12b7966a12a11c6f7f4fcc82ac5422e4abf9c52a50101ee") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.16.0.zip | zip | 750.0 KiB |
blake3-24 fdcd7e1156e58d442cee032a10c57d8da0c946bad4fc75ee
sha256 d2517cb69dea2d68b999bfc544031a5492763ca3d7c1710d196e1795df65bd6f
sha1 2d969c12c802e1df1bce52b93d6048109066a9bc
|
| v0.16.0.tar.gz | tar.gz | 657.6 KiB |
blake3-24 75fc3a14ef2967be8af2419b183fd28e8b4f35df17568376
sha256 6e07bf6eb3b68bbad12b7966a12a11c6f7f4fcc82ac5422e4abf9c52a50101ee
sha1 458514b63606e2ceb3cd92ee86dde6eab25921fb
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.16.0.tar.gz"],
integrity = "sha256-bge/brO2i7rRK3lmoSoRxvf0/MgqxUIuSr+cUqUBAe4=",
strip_prefix = "pilcrow-v0.16.0",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.16.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.16.0.tar.gz"],
integrity = "sha256-bge/brO2i7rRK3lmoSoRxvf0/MgqxUIuSr+cUqUBAe4=",
strip_prefix = "pilcrow-v0.16.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.16.0.tar.gz",