vault / yggdrasil-go / v0.5.12
yggdrasil-go @ v0.5.12
integrity
- size
- 158.1 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yggdrasil-network/yggdrasil-go
release notes
- Go 1.22 is now required to build Yggdrasil
Changed
- The
latency_msfield in the admin socketgetPeersresponse has been renamed tolatency
Fixed
- A timing regression which causes a higher level of idle protocol traffic on each peering has been fixed
- The
-userflag now correctly detects an empty user/group specification
download
unix · zip
curl -fL -o v0.5.12.zip https://ratatoskr.space/pkg/yggdrasil-go/v0.5.12.zip
printf '%s %s\n' 'ec34f23075c1417520dec7ec6e61b3755e35c6eac71b02d945e597da808b4e21' 'v0.5.12.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.12.zip"
$out = "v0.5.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ec34f23075c1417520dec7ec6e61b3755e35c6eac71b02d945e597da808b4e21") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.5.12.tar.gz https://ratatoskr.space/pkg/yggdrasil-go/v0.5.12.tar.gz
printf '%s %s\n' '3de5a76e192f250b88fa53ea532c30d5ce1a84b684baace18c527259f6ccbb81' 'v0.5.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.12.tar.gz"
$out = "v0.5.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3de5a76e192f250b88fa53ea532c30d5ce1a84b684baace18c527259f6ccbb81") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.5.12.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.12.zip
printf '%s %s\n' 'ec34f23075c1417520dec7ec6e61b3755e35c6eac71b02d945e597da808b4e21' 'v0.5.12.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.12.zip"
$out = "v0.5.12.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ec34f23075c1417520dec7ec6e61b3755e35c6eac71b02d945e597da808b4e21") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.5.12.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.12.tar.gz
printf '%s %s\n' '3de5a76e192f250b88fa53ea532c30d5ce1a84b684baace18c527259f6ccbb81' 'v0.5.12.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.12.tar.gz"
$out = "v0.5.12.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3de5a76e192f250b88fa53ea532c30d5ce1a84b684baace18c527259f6ccbb81") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v0.5.12.zip | zip | 156.0 KiB |
blake3-24 03220ed116a2eb7cdae93d2a6d43935ae34e90a80ff58a3c
sha256 ec34f23075c1417520dec7ec6e61b3755e35c6eac71b02d945e597da808b4e21
sha1 b6c92210c45952eb25ad09026901111b0186e0b3
|
| v0.5.12.tar.gz | tar.gz | 108.8 KiB |
blake3-24 aac4f6fb3c1cac57f19323af1889df5abb11f7d35256d5dd
sha256 3de5a76e192f250b88fa53ea532c30d5ce1a84b684baace18c527259f6ccbb81
sha1 0c1fa99d1f39c2db47690618f84c6a212d63c130
|
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.5.12.zip | zip | 158.7 KiB |
blake3-24 13ba5247958b1278ce60a54b18edef963c07532afa947c9b
sha256 dbc4be5c40e2a2b579a6dc0a7d078fa8718f04e95f1b71ba13b954680d3321b1
sha1 d1f45b6224352f3d243395534adf45f6397a9e08
|
install
bazel
http_archive(
name = "yggdrasil-go",
urls = ["https://ratatoskr.space/pkg/yggdrasil-go/v0.5.12.tar.gz"],
integrity = "sha256-PeWnbhkvJQuI+lPqUyww1c4ahLaEuqzhjFJyWfbMu4E=",
strip_prefix = "yggdrasil-go-v0.5.12",
)
zig
.url = "https://ratatoskr.space/pkg/yggdrasil-go/v0.5.12.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/yggdrasil-go@v0.5.12
install via yggdrasil mesh
bazel
http_archive(
name = "yggdrasil-go",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.12.tar.gz"],
integrity = "sha256-PeWnbhkvJQuI+lPqUyww1c4ahLaEuqzhjFJyWfbMu4E=",
strip_prefix = "yggdrasil-go-v0.5.12",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go/v0.5.12.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/yggdrasil-go@v0.5.12