yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/pilcrow/v0.10.1
vault / pilcrow / v0.10.1

pilcrow @ v0.10.1

integrity

size
552.6 KiB
downloaded
last checked
source https://github.com/SamGalanakis/pilcrow · available · github

release notes

Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.10.0...v0.10.1

download

unix · zip
curl -fL -o v0.10.1.zip https://ratatoskr.space/pkg/pilcrow/v0.10.1.zip
                    printf '%s  %s\n' '2d07776b9d8a32383fb08353b686e303a969a9dd7885c27025eb4901b1496f28' 'v0.10.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.10.1.zip"
$out = "v0.10.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d07776b9d8a32383fb08353b686e303a969a9dd7885c27025eb4901b1496f28") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.10.1.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.10.1.tar.gz
                    printf '%s  %s\n' 'be62300bfdbbf738b78a5536ca254d1daf6eda96ecf2df6c41a9c86652b7dfd0' 'v0.10.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.10.1.tar.gz"
$out = "v0.10.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "be62300bfdbbf738b78a5536ca254d1daf6eda96ecf2df6c41a9c86652b7dfd0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.10.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.1.zip
                    printf '%s  %s\n' '2d07776b9d8a32383fb08353b686e303a969a9dd7885c27025eb4901b1496f28' 'v0.10.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.1.zip"
$out = "v0.10.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d07776b9d8a32383fb08353b686e303a969a9dd7885c27025eb4901b1496f28") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.10.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.1.tar.gz
                    printf '%s  %s\n' 'be62300bfdbbf738b78a5536ca254d1daf6eda96ecf2df6c41a9c86652b7dfd0' 'v0.10.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.1.tar.gz"
$out = "v0.10.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "be62300bfdbbf738b78a5536ca254d1daf6eda96ecf2df6c41a9c86652b7dfd0") { throw "sha256 mismatch" }
artifact format size hashes
v0.10.1.zip zip 547.1 KiB
blake3-24 04f8144be48046703b612fa54a1cfb49a770dd14c5f5cf91
sha256 2d07776b9d8a32383fb08353b686e303a969a9dd7885c27025eb4901b1496f28
sha1 b98316fcad3197ee4d321a937e8cdef8d61ad8de
v0.10.1.tar.gz tar.gz 480.9 KiB
blake3-24 234f21fc80d976244d7dfdf1b6f27ccc3d054427575100c4
sha256 be62300bfdbbf738b78a5536ca254d1daf6eda96ecf2df6c41a9c86652b7dfd0
sha1 1cc02916f7493ab124a00774f1eac92762639468

install

bazel
http_archive(
    name = "pilcrow",
    urls = ["https://ratatoskr.space/pkg/pilcrow/v0.10.1.tar.gz"],
    integrity = "sha256-vmIwC/279zi3ilU2yiVNHa9u2pbs8t9sQanIZlK339A=",
    strip_prefix = "pilcrow-v0.10.1",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.10.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "pilcrow",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.1.tar.gz"],
    integrity = "sha256-vmIwC/279zi3ilU2yiVNHa9u2pbs8t9sQanIZlK339A=",
    strip_prefix = "pilcrow-v0.10.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.1.tar.gz",
← v0.11.0v0.10.0 →