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

gnet @ v2.4.0

integrity

size
175.0 KiB
downloaded
last checked
overlays
go
detected
go module github.com/panjf2000/gnet/v2
source https://github.com/panjf2000/gnet · available · github

release notes

v2-942e50b89957615da0d963bc23289fe9_r

🚀 Features

🛩 Enhancements

🐛 Bugfixes

📚 Documentation

🗃 Misc

Full Changelog: https://github.com/panjf2000/gnet/compare/v2.3.0...v2.4.0

Thanks to all these contributors: @leslie-fei and @panjf2000 for making this release possible.

New Contributors

download

unix · zip
curl -fL -o v2.4.0.zip https://ratatoskr.space/pkg/gnet/v2.4.0.zip
                    printf '%s  %s\n' '0f852a649aa3acd468d548e80fac44863933753c6228c14038403c8e3915a352' 'v2.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gnet/v2.4.0.zip"
$out = "v2.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f852a649aa3acd468d548e80fac44863933753c6228c14038403c8e3915a352") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.0.tar.gz https://ratatoskr.space/pkg/gnet/v2.4.0.tar.gz
                    printf '%s  %s\n' 'bb763a9ab8c48f09e7fb94e2471181eb77b006d1f276fd9606872dc5bf60a587' 'v2.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gnet/v2.4.0.tar.gz"
$out = "v2.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb763a9ab8c48f09e7fb94e2471181eb77b006d1f276fd9606872dc5bf60a587") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.4.0.zip
                    printf '%s  %s\n' '0f852a649aa3acd468d548e80fac44863933753c6228c14038403c8e3915a352' 'v2.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.4.0.zip"
$out = "v2.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f852a649aa3acd468d548e80fac44863933753c6228c14038403c8e3915a352") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.4.0.tar.gz
                    printf '%s  %s\n' 'bb763a9ab8c48f09e7fb94e2471181eb77b006d1f276fd9606872dc5bf60a587' 'v2.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v2.4.0.tar.gz"
$out = "v2.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb763a9ab8c48f09e7fb94e2471181eb77b006d1f276fd9606872dc5bf60a587") { throw "sha256 mismatch" }
artifact format size hashes
v2.4.0.zip zip 174.4 KiB
blake3-24 7faeb971240d5a47fd1892347cd65bb0dce01dae69ca5782
sha256 0f852a649aa3acd468d548e80fac44863933753c6228c14038403c8e3915a352
sha1 bcac9d52ff1d987dfa4238e458a9a97eba8a62c1
v2.4.0.tar.gz tar.gz 95.8 KiB
blake3-24 d4feffdf609adaa1a13c3d267e57fa07a9795f3fada38382
sha256 bb763a9ab8c48f09e7fb94e2471181eb77b006d1f276fd9606872dc5bf60a587
sha1 e92277ce02c3e40136c36d897ac80733927f480f

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
v2.4.0.zip zip 177.4 KiB
blake3-24 312ffaed37aa2b6858fe5005b0d48cc0e434f1958b71964f
sha256 4186ee1ef858ffc7464f40a666b074b32f812b1653972e583e27e7e509c23f8a
sha1 a39095911d2a9978c4fe8cd78f548866ef4028d6

install

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