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.12.2
vault / pilcrow / v0.12.2

pilcrow @ v0.12.2

integrity

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

release notes

Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.12.1...v0.12.2

download

unix · zip
curl -fL -o v0.12.2.zip https://ratatoskr.space/pkg/pilcrow/v0.12.2.zip
                    printf '%s  %s\n' '0437ea195b7c2835a69dae9053661608268633a0f62474361e8299bb2d7368be' 'v0.12.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.12.2.zip"
$out = "v0.12.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0437ea195b7c2835a69dae9053661608268633a0f62474361e8299bb2d7368be") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.12.2.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.12.2.tar.gz
                    printf '%s  %s\n' 'abb4184ff441df6bc8aa256321bf1242a60805e13307780d2b318cf85a910708' 'v0.12.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.12.2.tar.gz"
$out = "v0.12.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "abb4184ff441df6bc8aa256321bf1242a60805e13307780d2b318cf85a910708") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.12.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.2.zip
                    printf '%s  %s\n' '0437ea195b7c2835a69dae9053661608268633a0f62474361e8299bb2d7368be' 'v0.12.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.2.zip"
$out = "v0.12.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0437ea195b7c2835a69dae9053661608268633a0f62474361e8299bb2d7368be") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.12.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.2.tar.gz
                    printf '%s  %s\n' 'abb4184ff441df6bc8aa256321bf1242a60805e13307780d2b318cf85a910708' 'v0.12.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.2.tar.gz"
$out = "v0.12.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "abb4184ff441df6bc8aa256321bf1242a60805e13307780d2b318cf85a910708") { throw "sha256 mismatch" }
artifact format size hashes
v0.12.2.zip zip 544.3 KiB
blake3-24 d901cde8180355a8bc10e6cb3cbf080b7e153ceea73daabe
sha256 0437ea195b7c2835a69dae9053661608268633a0f62474361e8299bb2d7368be
sha1 2a16e8a3ff1f103cf0a45bdbb4ee0f9ffce0ef86
v0.12.2.tar.gz tar.gz 478.8 KiB
blake3-24 97e272ccf7b50595bcfaa79dfc79a983b473aaa31389bfad
sha256 abb4184ff441df6bc8aa256321bf1242a60805e13307780d2b318cf85a910708
sha1 6364273e1015e8c110d08b14d3311c670962bd68

install

bazel
http_archive(
    name = "pilcrow",
    urls = ["https://ratatoskr.space/pkg/pilcrow/v0.12.2.tar.gz"],
    integrity = "sha256-q7QYT/RB32vIqiVjIb8SQqYIBeEzB3gNKzGM+FqRBwg=",
    strip_prefix = "pilcrow-v0.12.2",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.12.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "pilcrow",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.2.tar.gz"],
    integrity = "sha256-q7QYT/RB32vIqiVjIb8SQqYIBeEzB3gNKzGM+FqRBwg=",
    strip_prefix = "pilcrow-v0.12.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.2.tar.gz",
← v0.13.0v0.12.1 →