hjson-go @ v0.1.0
integrity
- size
- 46.2 KiB
- downloaded
- last checked
download
unix · zip
curl -fL -o v0.1.0.zip https://ratatoskr.space/pkg/hjson-go/v0.1.0.zip
printf '%s %s\n' '91d5f9039438b757d51aff7dae9104fb7ec2dcea7fca113a96c3e22ccc9a0b1e' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91d5f9039438b757d51aff7dae9104fb7ec2dcea7fca113a96c3e22ccc9a0b1e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v0.1.0.tar.gz
printf '%s %s\n' 'a51edc15571ec37b1423544ea244668fc78633a9dc785db747f26abb0a7b99d4' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a51edc15571ec37b1423544ea244668fc78633a9dc785db747f26abb0a7b99d4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.1.0.zip
printf '%s %s\n' '91d5f9039438b757d51aff7dae9104fb7ec2dcea7fca113a96c3e22ccc9a0b1e' 'v0.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.1.0.zip"
$out = "v0.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91d5f9039438b757d51aff7dae9104fb7ec2dcea7fca113a96c3e22ccc9a0b1e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.1.0.tar.gz
printf '%s %s\n' 'a51edc15571ec37b1423544ea244668fc78633a9dc785db747f26abb0a7b99d4' 'v0.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.1.0.tar.gz"
$out = "v0.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a51edc15571ec37b1423544ea244668fc78633a9dc785db747f26abb0a7b99d4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.1.0.zip | zip | 48.4 KiB |
blake3-24 3d841b920518f8c2202497dbfff76d5acb104fc3c80e2003
sha256 91d5f9039438b757d51aff7dae9104fb7ec2dcea7fca113a96c3e22ccc9a0b1e
sha1 a281dd4f2ef5e29a1a23d1da626c8270e2c20e7d
|
| v0.1.0.tar.gz | tar.gz | 18.9 KiB |
blake3-24 f6f9c1a74ecde5774435ce744ce012e842fa143263665a3d
sha256 a51edc15571ec37b1423544ea244668fc78633a9dc785db747f26abb0a7b99d4
sha1 51d77ff763703a46b776386c3b26ea329215a01f
|
install
bazel
http_archive(
name = "hjson-go",
urls = ["https://ratatoskr.space/pkg/hjson-go/v0.1.0.tar.gz"],
integrity = "sha256-pR7cFVcew3sUI1ROokRmj8eGM6nceF23R/Jquwp7mdQ=",
strip_prefix = "hjson-go-v0.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v0.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "hjson-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.1.0.tar.gz"],
integrity = "sha256-pR7cFVcew3sUI1ROokRmj8eGM6nceF23R/Jquwp7mdQ=",
strip_prefix = "hjson-go-v0.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.1.0.tar.gz",