hjson-go @ v0.2.0
integrity
- size
- 46.1 KiB
- downloaded
- last checked
release notes
fix err on bad ML string
download
unix · zip
curl -fL -o v0.2.0.zip https://ratatoskr.space/pkg/hjson-go/v0.2.0.zip
printf '%s %s\n' '349677c04d0ee8ff65a76e9dedf02e7d80c284ff257653dee7652a07d3a36ccd' 'v0.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v0.2.0.zip"
$out = "v0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "349677c04d0ee8ff65a76e9dedf02e7d80c284ff257653dee7652a07d3a36ccd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v0.2.0.tar.gz
printf '%s %s\n' '3af6db2335960f83675d531b03430f90087cbdc92c88c030f7df1ebc29808bdd' 'v0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v0.2.0.tar.gz"
$out = "v0.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3af6db2335960f83675d531b03430f90087cbdc92c88c030f7df1ebc29808bdd") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.0.zip
printf '%s %s\n' '349677c04d0ee8ff65a76e9dedf02e7d80c284ff257653dee7652a07d3a36ccd' 'v0.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.0.zip"
$out = "v0.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "349677c04d0ee8ff65a76e9dedf02e7d80c284ff257653dee7652a07d3a36ccd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.0.tar.gz
printf '%s %s\n' '3af6db2335960f83675d531b03430f90087cbdc92c88c030f7df1ebc29808bdd' 'v0.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.0.tar.gz"
$out = "v0.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3af6db2335960f83675d531b03430f90087cbdc92c88c030f7df1ebc29808bdd") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.2.0.zip | zip | 48.6 KiB |
blake3-24 b47f7d732013582239c021a30526782b9fc801d6c37c4511
sha256 349677c04d0ee8ff65a76e9dedf02e7d80c284ff257653dee7652a07d3a36ccd
sha1 69960b3a3c4fb7eb95e5de4f3d92316ea4efe4a7
|
| v0.2.0.tar.gz | tar.gz | 19.5 KiB |
blake3-24 e021fcfd6b0c852d95a7f907afcb8f25f65246bfac0c5f72
sha256 3af6db2335960f83675d531b03430f90087cbdc92c88c030f7df1ebc29808bdd
sha1 2efd3122862765b5aff3eac09d6fff49c1f78204
|
install
bazel
http_archive(
name = "hjson-go",
urls = ["https://ratatoskr.space/pkg/hjson-go/v0.2.0.tar.gz"],
integrity = "sha256-OvbbIzWWD4NnXVMbA0MPkAh8vcksiMAw998evCmAi90=",
strip_prefix = "hjson-go-v0.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v0.2.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "hjson-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.0.tar.gz"],
integrity = "sha256-OvbbIzWWD4NnXVMbA0MPkAh8vcksiMAw998evCmAi90=",
strip_prefix = "hjson-go-v0.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.0.tar.gz",