yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/hjson-go/v4.4.0
vault / hjson-go / v4.4.0

hjson-go @ v4.4.0

integrity

size
121.6 KiB
downloaded
last checked
overlays
go
detected
go module github.com/hjson/hjson-go/v4
source https://github.com/hjson/hjson-go · available · github

release notes

Slightly changed behavior for unmarshalling "null" into a string destination: if the value is "null" without quotes and the destination is a pointer then the pointer is set to nil instead of a pointer to the string "null", even if the destination is a pointer to a string or a type that implements UnmarshalText().

download

unix · zip
curl -fL -o v4.4.0.zip https://ratatoskr.space/pkg/hjson-go/v4.4.0.zip
                    printf '%s  %s\n' 'ba08113bcd5437589d947af8925bca8877b2de64c05a69907950936c5b8e13df' 'v4.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/hjson-go/v4.4.0.zip"
$out = "v4.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ba08113bcd5437589d947af8925bca8877b2de64c05a69907950936c5b8e13df") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.4.0.tar.gz https://ratatoskr.space/pkg/hjson-go/v4.4.0.tar.gz
                    printf '%s  %s\n' '1f15c7c34d312d1f5d343b8c3e43909ede559ca70235914dde8707150855df5c' 'v4.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/hjson-go/v4.4.0.tar.gz"
$out = "v4.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1f15c7c34d312d1f5d343b8c3e43909ede559ca70235914dde8707150855df5c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v4.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.4.0.zip
                    printf '%s  %s\n' 'ba08113bcd5437589d947af8925bca8877b2de64c05a69907950936c5b8e13df' 'v4.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.4.0.zip"
$out = "v4.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ba08113bcd5437589d947af8925bca8877b2de64c05a69907950936c5b8e13df") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v4.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.4.0.tar.gz
                    printf '%s  %s\n' '1f15c7c34d312d1f5d343b8c3e43909ede559ca70235914dde8707150855df5c' 'v4.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.4.0.tar.gz"
$out = "v4.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1f15c7c34d312d1f5d343b8c3e43909ede559ca70235914dde8707150855df5c") { throw "sha256 mismatch" }
artifact format size hashes
v4.4.0.zip zip 127.4 KiB
blake3-24 88d0943ddfc23b7c1bc74980a2fc7516fc5887fbf93d5ca7
sha256 ba08113bcd5437589d947af8925bca8877b2de64c05a69907950936c5b8e13df
sha1 7d7960b6a0a5737a029b5366daafb655bd56f0ae
v4.4.0.tar.gz tar.gz 60.1 KiB
blake3-24 d3e2625b96a81c8f4ded01c4ca3082f193157d961048b13a
sha256 1f15c7c34d312d1f5d343b8c3e43909ede559ca70235914dde8707150855df5c
sha1 34fd6c40bc0d1a73fe743c6b706ca2438a4bb68d

go module archive

module zip with the module path rewritten to this mirror; fetched by go get through the GOPROXY route

artifact format size hashes
v4.4.0.zip zip 135.2 KiB
blake3-24 fb3d4e78f79858dc7548594c40ef8282e61bf55c7f17eae2
sha256 d8457569d71543bb2ee84a4f91886a55bb4cd1d51d9352a6a7c2e5ca6a94d620
sha1 5d795e79b5b98b7c5a37aa281473f3505065d705

install

bazel
http_archive(
    name = "hjson-go",
    urls = ["https://ratatoskr.space/pkg/hjson-go/v4.4.0.tar.gz"],
    integrity = "sha256-HxXHw00xLR9dNDuMPkOQnt5VnKcCNZFN3ocHFQhV31w=",
    strip_prefix = "hjson-go-v4.4.0",
)
zig
.url = "https://ratatoskr.space/pkg/hjson-go/v4.4.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/hjson-go/v4@v4.4.0
install via yggdrasil mesh
bazel
http_archive(
    name = "hjson-go",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.4.0.tar.gz"],
    integrity = "sha256-HxXHw00xLR9dNDuMPkOQnt5VnKcCNZFN3ocHFQhV31w=",
    strip_prefix = "hjson-go-v4.4.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4.4.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/hjson-go/v4@v4.4.0
← v4.5.0v4.3.1 →