pilcrow @ v0.6.0
integrity
- size
- 504.4 KiB
- downloaded
- last checked
release notes
- Release v0.6.0
- Add six interpretive lenses on top of the engine
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.5.2...v0.6.0
download
unix · zip
curl -fL -o v0.6.0.zip https://ratatoskr.space/pkg/pilcrow/v0.6.0.zip
printf '%s %s\n' '3104fe0a22eefc628f5592576bf9a5e32f03a6b6d680f3fe74867875f2780b20' 'v0.6.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.6.0.zip"
$out = "v0.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3104fe0a22eefc628f5592576bf9a5e32f03a6b6d680f3fe74867875f2780b20") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.0.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.6.0.tar.gz
printf '%s %s\n' '308295514fb2d5b566aad898eadcb36961a4e8470783be02420316db4e916ce6' 'v0.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.6.0.tar.gz"
$out = "v0.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "308295514fb2d5b566aad898eadcb36961a4e8470783be02420316db4e916ce6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.6.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.6.0.zip
printf '%s %s\n' '3104fe0a22eefc628f5592576bf9a5e32f03a6b6d680f3fe74867875f2780b20' 'v0.6.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.6.0.zip"
$out = "v0.6.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3104fe0a22eefc628f5592576bf9a5e32f03a6b6d680f3fe74867875f2780b20") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.6.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.6.0.tar.gz
printf '%s %s\n' '308295514fb2d5b566aad898eadcb36961a4e8470783be02420316db4e916ce6' 'v0.6.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.6.0.tar.gz"
$out = "v0.6.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "308295514fb2d5b566aad898eadcb36961a4e8470783be02420316db4e916ce6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.6.0.zip | zip | 499.1 KiB |
blake3-24 e13ab1bb9ff66d8e36f8f8325afd0b7d2d581a69914f91ed
sha256 3104fe0a22eefc628f5592576bf9a5e32f03a6b6d680f3fe74867875f2780b20
sha1 444a64faa4e700a1643c24fce1e27701db791a31
|
| v0.6.0.tar.gz | tar.gz | 443.5 KiB |
blake3-24 b7b0090e96e7e43495bd7f9e2ebef00c4ad8ff2d7473be26
sha256 308295514fb2d5b566aad898eadcb36961a4e8470783be02420316db4e916ce6
sha1 2f84efc1d1fbcb32b71f2773310b66a9bd596e07
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.6.0.tar.gz"],
integrity = "sha256-MIKVUU+y1bVmqtiY6tyzaWGk6EcHg74CQgMW206RbOY=",
strip_prefix = "pilcrow-v0.6.0",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.6.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.6.0.tar.gz"],
integrity = "sha256-MIKVUU+y1bVmqtiY6tyzaWGk6EcHg74CQgMW206RbOY=",
strip_prefix = "pilcrow-v0.6.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.6.0.tar.gz",