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

yggdrasil-go @ v0.4.2

integrity

size
125.3 KiB
downloaded
last checked
overlays
go
detected
go module github.com/yggdrasil-network/yggdrasil-go

release notes

This is an emergency release to correct build issues introduced in v0.4.1 and includes no other changes. Please see the Version 0.4.1 release notes for more information about the contents of this release.

Fixed

download

unix · zip
curl -fL -o v0.4.2.zip https://ratatoskr.space/pkg/yggdrasil-go/v0.4.2.zip
                    printf '%s  %s\n' '17f40a821b9b2a32e25416db3675accf129025f5620c621b867dca909edcbeca' 'v0.4.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.4.2.zip"
$out = "v0.4.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "17f40a821b9b2a32e25416db3675accf129025f5620c621b867dca909edcbeca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.4.2.tar.gz https://ratatoskr.space/pkg/yggdrasil-go/v0.4.2.tar.gz
                    printf '%s  %s\n' '54f0be5883e68ad063f23bf592cb670416a759a18e77744e0104b402951b2e43' 'v0.4.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.4.2.tar.gz"
$out = "v0.4.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "54f0be5883e68ad063f23bf592cb670416a759a18e77744e0104b402951b2e43") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.4.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.2.zip
                    printf '%s  %s\n' '17f40a821b9b2a32e25416db3675accf129025f5620c621b867dca909edcbeca' 'v0.4.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.2.zip"
$out = "v0.4.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "17f40a821b9b2a32e25416db3675accf129025f5620c621b867dca909edcbeca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.4.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.2.tar.gz
                    printf '%s  %s\n' '54f0be5883e68ad063f23bf592cb670416a759a18e77744e0104b402951b2e43' 'v0.4.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.2.tar.gz"
$out = "v0.4.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "54f0be5883e68ad063f23bf592cb670416a759a18e77744e0104b402951b2e43") { throw "sha256 mismatch" }
artifact format size hashes
v0.4.2.zip zip 122.5 KiB
blake3-24 fa64c26f897587bff02630adb5c9caa622cd864b8d7df524
sha256 17f40a821b9b2a32e25416db3675accf129025f5620c621b867dca909edcbeca
sha1 b9d7aacc1a97062423dae65c013670d5a6f917c6
v0.4.2.tar.gz tar.gz 88.7 KiB
blake3-24 9831aafd67dc8237e9dc5535d57a5804dfc5e05e791165e8
sha256 54f0be5883e68ad063f23bf592cb670416a759a18e77744e0104b402951b2e43
sha1 f12257da90bb59267dd06c89559a95c0e565c2fc

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
v0.4.2.zip zip 124.5 KiB
blake3-24 386928f4506ef568a354ffe2bba0b384a0b895c658e379d0
sha256 c7527a98d43d31bc820760a1f1627f4e5b56f38ef1625e682b177d6283e71a6e
sha1 d6e683fd90d723051751c7b31959a5ae57b1e937

install

bazel
http_archive(
    name = "yggdrasil-go",
    urls = ["https://ratatoskr.space/pkg/yggdrasil-go/v0.4.2.tar.gz"],
    integrity = "sha256-VPC+WIPmitBj8jv1kstnBBanWaGOd3ROAQS0ApUbLkM=",
    strip_prefix = "yggdrasil-go-v0.4.2",
)
zig
.url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.4.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/yggdrasil-go@v0.4.2
install via yggdrasil mesh
bazel
http_archive(
    name = "yggdrasil-go",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.2.tar.gz"],
    integrity = "sha256-VPC+WIPmitBj8jv1kstnBBanWaGOd3ROAQS0ApUbLkM=",
    strip_prefix = "yggdrasil-go-v0.4.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.4.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go@v0.4.2
← v0.4.3v0.4.1 →