pilcrow @ v0.7.0
integrity
- size
- 516.9 KiB
- downloaded
- last checked
release notes
- Release v0.7.0
- Add project commands: teach, document, extract, craft
Full changelog: https://github.com/SamGalanakis/pilcrow/compare/v0.6.0...v0.7.0
download
unix · zip
curl -fL -o v0.7.0.zip https://ratatoskr.space/pkg/pilcrow/v0.7.0.zip
printf '%s %s\n' '6017d26de8cfa22bc063eba22495d976ef158f67bc583bc3af0d620fb40f702f' 'v0.7.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/pilcrow/v0.7.0.zip"
$out = "v0.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6017d26de8cfa22bc063eba22495d976ef158f67bc583bc3af0d620fb40f702f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.7.0.tar.gz https://ratatoskr.space/pkg/pilcrow/v0.7.0.tar.gz
printf '%s %s\n' 'd255f8848ea5e4adefeed013e281401f2d19cf6c1fe24077d464246c7c77828b' 'v0.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/pilcrow/v0.7.0.tar.gz"
$out = "v0.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d255f8848ea5e4adefeed013e281401f2d19cf6c1fe24077d464246c7c77828b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.7.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.7.0.zip
printf '%s %s\n' '6017d26de8cfa22bc063eba22495d976ef158f67bc583bc3af0d620fb40f702f' 'v0.7.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.7.0.zip"
$out = "v0.7.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6017d26de8cfa22bc063eba22495d976ef158f67bc583bc3af0d620fb40f702f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.7.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.7.0.tar.gz
printf '%s %s\n' 'd255f8848ea5e4adefeed013e281401f2d19cf6c1fe24077d464246c7c77828b' 'v0.7.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.7.0.tar.gz"
$out = "v0.7.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d255f8848ea5e4adefeed013e281401f2d19cf6c1fe24077d464246c7c77828b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.7.0.zip | zip | 511.6 KiB |
blake3-24 6b34abcddbac3e55fa7a7b2fa9010bca8b2323ab46b98940
sha256 6017d26de8cfa22bc063eba22495d976ef158f67bc583bc3af0d620fb40f702f
sha1 f3f783cd0b62c15c5c7cc0746a34f2e0da0a4fda
|
| v0.7.0.tar.gz | tar.gz | 453.4 KiB |
blake3-24 d168573000e0177bb1a1f4c3bec584b0bf7b9e20386040ed
sha256 d255f8848ea5e4adefeed013e281401f2d19cf6c1fe24077d464246c7c77828b
sha1 dcc8cb53136693b7e675796c83340fd34e3fd2ca
|
install
bazel
http_archive(
name = "pilcrow",
urls = ["https://ratatoskr.space/pkg/pilcrow/v0.7.0.tar.gz"],
integrity = "sha256-0lX4hI6l5K3v7tAT4oFAHy0Zz2wf4kB31GQkbHx3gos=",
strip_prefix = "pilcrow-v0.7.0",
)
zig
.url = "https://ratatoskr.space/pkg/pilcrow/v0.7.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "pilcrow",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.7.0.tar.gz"],
integrity = "sha256-0lX4hI6l5K3v7tAT4oFAHy0Zz2wf4kB31GQkbHx3gos=",
strip_prefix = "pilcrow-v0.7.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/pilcrow/v0.7.0.tar.gz",