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

pilcrow @ v0.10.0

integrity

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

release notes

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

download

unix · zip
curl -fL -o v0.10.0.zip https://ratatoskr.space/pkg/pilcrow/v0.10.0.zip
                    printf '%s  %s\n' '4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471' 'v0.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.10.0.zip"
$out = "v0.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.10.0.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.10.0.tar.gz
                    printf '%s  %s\n' 'e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4' 'v0.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.10.0.tar.gz"
$out = "v0.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.zip
                    printf '%s  %s\n' '4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471' 'v0.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.zip"
$out = "v0.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.tar.gz
                    printf '%s  %s\n' 'e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4' 'v0.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.10.0.tar.gz"
$out = "v0.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4") { throw "sha256 mismatch" }
artifact format size hashes
v0.10.0.zip zip 546.6 KiB
blake3-24 dbe794693f98311e5938df3e9fafef5f9120e552b58d4f5e
sha256 4d125796c3d51fb9c5d5f3b20cdfa24c1bb021fe422c5a762139b637023e5471
sha1 8c8861f312d94403b163f9df9d1d4e3e322c9cee
v0.10.0.tar.gz tar.gz 480.4 KiB
blake3-24 cd2b7e1856ecab4a9d841e47e33a1e0dab9915d5a982ff99
sha256 e8b8db8c98db8f8e31d018aca6668a21bf0719297de61a034213d8f418e3c4a4
sha1 d9e2e524e488bd95b45c21409bea2b16e0751706

install

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