hjson-go @ v3.3.0
integrity
- size
- 61.0 KiB
- downloaded
- last checked
release notes
Fix for building version 3 of hjson-go. Requires export GO111MODULE=auto when building or testing using Go 1.16 or later, and that the module is placed in ~/go/src/github.com/hjson/hjson-go or other folder dictated by the local Go environment.
download
unix · zip
curl -fL -o v3.3.0.zip https://ratatoskr.space/pkg/hjson-go/v3.3.0.zip
printf '%s %s\n' '8ad745fa24a3789a536c346c71093c66ae6081fce5bd1c39ea53eb30afcd8182' 'v3.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v3.3.0.zip"
$out = "v3.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8ad745fa24a3789a536c346c71093c66ae6081fce5bd1c39ea53eb30afcd8182") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.3.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v3.3.0.tar.gz
printf '%s %s\n' '6f3a1415e1a0cbbf4462b7218ad1231b5ae4431a647d6dd1a0a8579d1e94dee3' 'v3.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v3.3.0.tar.gz"
$out = "v3.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6f3a1415e1a0cbbf4462b7218ad1231b5ae4431a647d6dd1a0a8579d1e94dee3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v3.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.3.0.zip
printf '%s %s\n' '8ad745fa24a3789a536c346c71093c66ae6081fce5bd1c39ea53eb30afcd8182' 'v3.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.3.0.zip"
$out = "v3.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8ad745fa24a3789a536c346c71093c66ae6081fce5bd1c39ea53eb30afcd8182") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v3.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.3.0.tar.gz
printf '%s %s\n' '6f3a1415e1a0cbbf4462b7218ad1231b5ae4431a647d6dd1a0a8579d1e94dee3' 'v3.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.3.0.tar.gz"
$out = "v3.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6f3a1415e1a0cbbf4462b7218ad1231b5ae4431a647d6dd1a0a8579d1e94dee3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v3.3.0.zip | zip | 64.1 KiB |
blake3-24 12ae1299c5d5a20fcc09be29518d4f5dab8d2f696a15aeef
sha256 8ad745fa24a3789a536c346c71093c66ae6081fce5bd1c39ea53eb30afcd8182
sha1 33003871b36c792e57742420cee6e54fdeefa455
|
| v3.3.0.tar.gz | tar.gz | 25.6 KiB |
blake3-24 bc6039964f1a7c725c17f5db36da053eb8928a6158cddbfb
sha256 6f3a1415e1a0cbbf4462b7218ad1231b5ae4431a647d6dd1a0a8579d1e94dee3
sha1 ed4fe0160cfea5a7b176cb6ab0af2a605d85d40f
|
install
bazel
http_archive(
name = "hjson-go",
urls = ["https://ratatoskr.space/pkg/hjson-go/v3.3.0.tar.gz"],
integrity = "sha256-bzoUFeGgy79EYrchitEjG1rkQxpkfW3RoKhXnR6U3uM=",
strip_prefix = "hjson-go-v3.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v3.3.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "hjson-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.3.0.tar.gz"],
integrity = "sha256-bzoUFeGgy79EYrchitEjG1rkQxpkfW3RoKhXnR6U3uM=",
strip_prefix = "hjson-go-v3.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v3.3.0.tar.gz",