pilcrow @ v0.17.1
integrity
- size
- 762.9 KiB
- downloaded
- last checked
release notes
- Release v0.17.1
- Make the /pilcrow entrypoint routing robust
- docs: fix theme-toggle icon + alignment, compact narrow spine
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.17.0...v0.17.1
download
unix · zip
curl -fL -o v0.17.1.zip https://ratatoskr.space/pkg/pilcrow/v0.17.1.zip
printf '%s %s\n' 'cd90e17f30bec045e475908466af36ad7e19387b22dcad825ae8eddbc858b465' 'v0.17.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.17.1.zip"
$out = "v0.17.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cd90e17f30bec045e475908466af36ad7e19387b22dcad825ae8eddbc858b465") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.17.1.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.17.1.tar.gz
printf '%s %s\n' 'a04a1b2eab2e76dd7ce05cfe05a89ad9a6c461026748cc56d7cb456281c2d0bc' 'v0.17.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.17.1.tar.gz"
$out = "v0.17.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a04a1b2eab2e76dd7ce05cfe05a89ad9a6c461026748cc56d7cb456281c2d0bc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.17.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.1.zip
printf '%s %s\n' 'cd90e17f30bec045e475908466af36ad7e19387b22dcad825ae8eddbc858b465' 'v0.17.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.1.zip"
$out = "v0.17.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cd90e17f30bec045e475908466af36ad7e19387b22dcad825ae8eddbc858b465") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.17.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.1.tar.gz
printf '%s %s\n' 'a04a1b2eab2e76dd7ce05cfe05a89ad9a6c461026748cc56d7cb456281c2d0bc' 'v0.17.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.1.tar.gz"
$out = "v0.17.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a04a1b2eab2e76dd7ce05cfe05a89ad9a6c461026748cc56d7cb456281c2d0bc") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.17.1.zip | zip | 758.2 KiB |
blake3-24 ad05a261068a0b2483392d8ab2cf05260ce5a22d190023fc
sha256 cd90e17f30bec045e475908466af36ad7e19387b22dcad825ae8eddbc858b465
sha1 cc000aca11e72da9fb9243758e103a6a0033b482
|
| v0.17.1.tar.gz | tar.gz | 663.0 KiB |
blake3-24 51639479e1317045f78835d0225b28452968715b901f8a4e
sha256 a04a1b2eab2e76dd7ce05cfe05a89ad9a6c461026748cc56d7cb456281c2d0bc
sha1 7d2ff47cdb2cccfed673bed3ff4f9bb135f43224
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.17.1.tar.gz"],
integrity = "sha256-oEobLqsudt184Fz+Baia2abEYQJnSMxW18tFYoHC0Lw=",
strip_prefix = "pilcrow-v0.17.1",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.17.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.1.tar.gz"],
integrity = "sha256-oEobLqsudt184Fz+Baia2abEYQJnSMxW18tFYoHC0Lw=",
strip_prefix = "pilcrow-v0.17.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.1.tar.gz",