hjson-go @ v0.2.1
integrity
- size
- 50.8 KiB
- downloaded
- last checked
download
unix · zip
curl -fL -o v0.2.1.zip https://ratatoskr.space/pkg/hjson-go/v0.2.1.zip
printf '%s %s\n' '7d37a84454cb284392c464302e0631d26ef19dab28f6e32a2cbe9c8e5fd45828' 'v0.2.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v0.2.1.zip"
$out = "v0.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d37a84454cb284392c464302e0631d26ef19dab28f6e32a2cbe9c8e5fd45828") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.1.tar.gz https://ratatoskr.space/pkg/hjson-go/v0.2.1.tar.gz
printf '%s %s\n' 'ac0a48c47d45af44f8defb476bc564d0f1c916ec79527843152cba6b46f09c1e' 'v0.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v0.2.1.tar.gz"
$out = "v0.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ac0a48c47d45af44f8defb476bc564d0f1c916ec79527843152cba6b46f09c1e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.2.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.1.zip
printf '%s %s\n' '7d37a84454cb284392c464302e0631d26ef19dab28f6e32a2cbe9c8e5fd45828' 'v0.2.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.1.zip"
$out = "v0.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d37a84454cb284392c464302e0631d26ef19dab28f6e32a2cbe9c8e5fd45828") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.2.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.1.tar.gz
printf '%s %s\n' 'ac0a48c47d45af44f8defb476bc564d0f1c916ec79527843152cba6b46f09c1e' 'v0.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.1.tar.gz"
$out = "v0.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ac0a48c47d45af44f8defb476bc564d0f1c916ec79527843152cba6b46f09c1e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.2.1.zip | zip | 53.7 KiB |
blake3-24 71e7b09f05bb6cc2d8e1e7efba79a122cc4197f2fb0beaac
sha256 7d37a84454cb284392c464302e0631d26ef19dab28f6e32a2cbe9c8e5fd45828
sha1 992aa00ab14e46351b899a35077f525c3823a399
|
| v0.2.1.tar.gz | tar.gz | 20.2 KiB |
blake3-24 b5abc3285240adc074754cc3db2bcaa0ea9cf8f0b4b4fdc0
sha256 ac0a48c47d45af44f8defb476bc564d0f1c916ec79527843152cba6b46f09c1e
sha1 38de952310afeb88cbd31e031660c39772564efd
|
install
bazel
http_archive(
name = "hjson-go",
urls = ["https://ratatoskr.space/pkg/hjson-go/v0.2.1.tar.gz"],
integrity = "sha256-rApIxH1Fr0T43vtHa8Vk0PHJFux5UnhDFSy6a0bwnB4=",
strip_prefix = "hjson-go-v0.2.1",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v0.2.1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "hjson-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.1.tar.gz"],
integrity = "sha256-rApIxH1Fr0T43vtHa8Vk0PHJFux5UnhDFSy6a0bwnB4=",
strip_prefix = "hjson-go-v0.2.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v0.2.1.tar.gz",