pilcrow @ v0.17.2
integrity
- size
- 2.2 MiB
- downloaded
- last checked
release notes
- Skill: prompt to install pilcrow CLI if missing; v0.17.2
- Commit harness skill copies so pilcrow lists on skills.sh (match impeccable)
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.17.1...v0.17.2
download
unix · zip
curl -fL -o v0.17.2.zip https://ratatoskr.space/pkg/pilcrow/v0.17.2.zip
printf '%s %s\n' '7d010eb7a3595a4395f3189d47934f40a62cb3d1059db2e7024434b70d1549d7' 'v0.17.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.17.2.zip"
$out = "v0.17.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d010eb7a3595a4395f3189d47934f40a62cb3d1059db2e7024434b70d1549d7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.17.2.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.17.2.tar.gz
printf '%s %s\n' 'e7f5788285479a6e55fc5bee9abdf4eff3933c8a715d48f1c43272adfb105d13' 'v0.17.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.17.2.tar.gz"
$out = "v0.17.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e7f5788285479a6e55fc5bee9abdf4eff3933c8a715d48f1c43272adfb105d13") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.17.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.2.zip
printf '%s %s\n' '7d010eb7a3595a4395f3189d47934f40a62cb3d1059db2e7024434b70d1549d7' 'v0.17.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.2.zip"
$out = "v0.17.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d010eb7a3595a4395f3189d47934f40a62cb3d1059db2e7024434b70d1549d7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.17.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.2.tar.gz
printf '%s %s\n' 'e7f5788285479a6e55fc5bee9abdf4eff3933c8a715d48f1c43272adfb105d13' 'v0.17.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.2.tar.gz"
$out = "v0.17.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e7f5788285479a6e55fc5bee9abdf4eff3933c8a715d48f1c43272adfb105d13") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.17.2.zip | zip | 2.2 MiB |
blake3-24 d9262cb371db5161a10d4062741dff53f3bd34032646bd1d
sha256 7d010eb7a3595a4395f3189d47934f40a62cb3d1059db2e7024434b70d1549d7
sha1 94188a1d700aed1c3af1671546c36e30e168a872
|
| v0.17.2.tar.gz | tar.gz | 1.7 MiB |
blake3-24 81a8b05de2d873b212cab8b2eb33aa3f0e67d41a8ad26c8c
sha256 e7f5788285479a6e55fc5bee9abdf4eff3933c8a715d48f1c43272adfb105d13
sha1 040ac86f9933c331e6918045c7b17f3ff6302602
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.17.2.tar.gz"],
integrity = "sha256-5/V4goVHmm5V/Fvumr307/OTPIpxXUjxxDJyrfsQXRM=",
strip_prefix = "pilcrow-v0.17.2",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.17.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.2.tar.gz"],
integrity = "sha256-5/V4goVHmm5V/Fvumr307/OTPIpxXUjxxDJyrfsQXRM=",
strip_prefix = "pilcrow-v0.17.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.17.2.tar.gz",