pilcrow @ v0.12.1
integrity
- size
- 549.4 KiB
- downloaded
- last checked
release notes
- Release v0.12.1
- Reorder docs: Project -> Editor -> CLI; drop colophon
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.12.0...v0.12.1
download
unix · zip
curl -fL -o v0.12.1.zip https://ratatoskr.space/pkg/pilcrow/v0.12.1.zip
printf '%s %s\n' '2bf3e8356da3905e68021dcac51aa0939a1c1855547b5b2eff7eaa5852b0723f' 'v0.12.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.12.1.zip"
$out = "v0.12.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2bf3e8356da3905e68021dcac51aa0939a1c1855547b5b2eff7eaa5852b0723f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.12.1.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.12.1.tar.gz
printf '%s %s\n' '5014f9eef1f63c31af9a7408821316a35e1e81cccd71be1481cdc3635dd32d9f' 'v0.12.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.12.1.tar.gz"
$out = "v0.12.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5014f9eef1f63c31af9a7408821316a35e1e81cccd71be1481cdc3635dd32d9f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.12.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.1.zip
printf '%s %s\n' '2bf3e8356da3905e68021dcac51aa0939a1c1855547b5b2eff7eaa5852b0723f' 'v0.12.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.1.zip"
$out = "v0.12.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2bf3e8356da3905e68021dcac51aa0939a1c1855547b5b2eff7eaa5852b0723f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.12.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.1.tar.gz
printf '%s %s\n' '5014f9eef1f63c31af9a7408821316a35e1e81cccd71be1481cdc3635dd32d9f' 'v0.12.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.1.tar.gz"
$out = "v0.12.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5014f9eef1f63c31af9a7408821316a35e1e81cccd71be1481cdc3635dd32d9f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.12.1.zip | zip | 544.0 KiB |
blake3-24 32632d04112afd7522ebcecc6975b58be76f26b646dc4aea
sha256 2bf3e8356da3905e68021dcac51aa0939a1c1855547b5b2eff7eaa5852b0723f
sha1 86164a3a9e9e906654e3effd6c46ebe6f3c79f3c
|
| v0.12.1.tar.gz | tar.gz | 478.5 KiB |
blake3-24 61e586562c5fa01ce944746512d557ac562b3ccca972c7a7
sha256 5014f9eef1f63c31af9a7408821316a35e1e81cccd71be1481cdc3635dd32d9f
sha1 bf1657584a8895b3d1dad28e38d79b03c71965af
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.12.1.tar.gz"],
integrity = "sha256-UBT57vH2PDGvmnQIghMWo14egczNcb4Ugc3DY13TLZ8=",
strip_prefix = "pilcrow-v0.12.1",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.12.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.1.tar.gz"],
integrity = "sha256-UBT57vH2PDGvmnQIghMWo14egczNcb4Ugc3DY13TLZ8=",
strip_prefix = "pilcrow-v0.12.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.12.1.tar.gz",