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/v1.4.0
vault / gnet / v1.4.0

gnet @ v1.4.0

integrity

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

release notes

BjBQ9Bt-lupin-the-third-wallpaper

Features

Enhancements

Bugfixes

Docs

Misc

download

unix · zip
curl -fL -o v1.4.0.zip https://ratatoskr.space/pkg/gnet/v1.4.0.zip
                    printf '%s  %s\n' '8099e0443a5f27fe1dc15eab5a7f44f51e151e20f2f537342553ab3d668ee845' 'v1.4.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/gnet/v1.4.0.zip"
$out = "v1.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8099e0443a5f27fe1dc15eab5a7f44f51e151e20f2f537342553ab3d668ee845") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.0.tar.gz https://ratatoskr.space/pkg/gnet/v1.4.0.tar.gz
                    printf '%s  %s\n' '170b89ba084485dab210ba9ad3633f1e52c25ded42dd30622e019d9dd098977a' 'v1.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/gnet/v1.4.0.tar.gz"
$out = "v1.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "170b89ba084485dab210ba9ad3633f1e52c25ded42dd30622e019d9dd098977a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.4.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v1.4.0.zip
                    printf '%s  %s\n' '8099e0443a5f27fe1dc15eab5a7f44f51e151e20f2f537342553ab3d668ee845' 'v1.4.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v1.4.0.zip"
$out = "v1.4.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8099e0443a5f27fe1dc15eab5a7f44f51e151e20f2f537342553ab3d668ee845") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v1.4.0.tar.gz
                    printf '%s  %s\n' '170b89ba084485dab210ba9ad3633f1e52c25ded42dd30622e019d9dd098977a' 'v1.4.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/gnet/v1.4.0.tar.gz"
$out = "v1.4.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "170b89ba084485dab210ba9ad3633f1e52c25ded42dd30622e019d9dd098977a") { throw "sha256 mismatch" }
artifact format size hashes
v1.4.0.zip zip 112.1 KiB
blake3-24 113d8e94aef51ecfab4aa34e0e8e656fb0aa54758a750af4
sha256 8099e0443a5f27fe1dc15eab5a7f44f51e151e20f2f537342553ab3d668ee845
sha1 72c7d1ca7aebc9450249ec4fae11139e7e26aa92
v1.4.0.tar.gz tar.gz 56.4 KiB
blake3-24 249fa17ec767218fc1fe1a504c2e05d82c944dddfc798e75
sha256 170b89ba084485dab210ba9ad3633f1e52c25ded42dd30622e019d9dd098977a
sha1 7fdaf0f39bb550e35498318382917811d72cb30a

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
v1.4.0.zip zip 113.4 KiB
blake3-24 9155a2b082d346f1d1c9a37cc3c3c022a7a017ea06725516
sha256 5139e145f5a8a95204ad80e8e764ca9304f52eaa88553805129af835a4661737
sha1 65bc801a518e1b43fd46fc4373b656f06052b42c

install

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