pilcrow @ v0.9.0
integrity
- size
- 546.9 KiB
- downloaded
- last checked
release notes
- Release v0.9.0
- Add verify and aloud lenses; new unsupported-claim LLM rule
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.8.0...v0.9.0
download
unix · zip
curl -fL -o v0.9.0.zip https://ratatoskr.space/pkg/pilcrow/v0.9.0.zip
printf '%s %s\n' 'f0ff050526ff341aa4fe26614d558ec40a2725e16420d1072c942cdc8dc6f6ac' 'v0.9.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.9.0.zip"
$out = "v0.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0ff050526ff341aa4fe26614d558ec40a2725e16420d1072c942cdc8dc6f6ac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.9.0.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.9.0.tar.gz
printf '%s %s\n' '8564b2b134fe8ba51ee936ecb0b748f4da97be26a5ae523e388ed37228591b39' 'v0.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.9.0.tar.gz"
$out = "v0.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8564b2b134fe8ba51ee936ecb0b748f4da97be26a5ae523e388ed37228591b39") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.9.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.9.0.zip
printf '%s %s\n' 'f0ff050526ff341aa4fe26614d558ec40a2725e16420d1072c942cdc8dc6f6ac' 'v0.9.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.9.0.zip"
$out = "v0.9.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f0ff050526ff341aa4fe26614d558ec40a2725e16420d1072c942cdc8dc6f6ac") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.9.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.9.0.tar.gz
printf '%s %s\n' '8564b2b134fe8ba51ee936ecb0b748f4da97be26a5ae523e388ed37228591b39' 'v0.9.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.9.0.tar.gz"
$out = "v0.9.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8564b2b134fe8ba51ee936ecb0b748f4da97be26a5ae523e388ed37228591b39") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.9.0.zip | zip | 541.6 KiB |
blake3-24 e24ece24a0614381ff0613b9096869ff808856378e366a89
sha256 f0ff050526ff341aa4fe26614d558ec40a2725e16420d1072c942cdc8dc6f6ac
sha1 c5e473c06c1e2a3e38b192f5442e69f5572da893
|
| v0.9.0.tar.gz | tar.gz | 476.4 KiB |
blake3-24 521b11103afe67bb66f6bc1a6794bfe9f240ea77235b55bf
sha256 8564b2b134fe8ba51ee936ecb0b748f4da97be26a5ae523e388ed37228591b39
sha1 f86c0bce70651cf857f629f9eedac18fd3d3465a
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.9.0.tar.gz"],
integrity = "sha256-hWSysTT+i6Ue6TbssLdI9NqXvialrlI+OI7TcihZGzk=",
strip_prefix = "pilcrow-v0.9.0",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.9.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.9.0.tar.gz"],
integrity = "sha256-hWSysTT+i6Ue6TbssLdI9NqXvialrlI+OI7TcihZGzk=",
strip_prefix = "pilcrow-v0.9.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.9.0.tar.gz",