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

fyne @ v2.6.1

integrity

size
10.2 MiB
downloaded
last checked
overlays
go
detected
go module fyne.io/fyne/v2
source https://github.com/fyne-io/fyne · available · github

release notes

The first point release since v2.6.0 adds a new translation for Russian, removes some false alerts for thread usage and generally improves safety about previous concurrent usage internally.

Fixed

download

unix · zip
curl -fL -o v2.6.1.zip https://ratatoskr.space/pkg/fyne/v2.6.1.zip
                    printf '%s  %s\n' '8e3383ab70bfdc153fb0e723bd37005ea9e18ba19c9b758514983e5f34c90eb5' 'v2.6.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.6.1.zip"
$out = "v2.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8e3383ab70bfdc153fb0e723bd37005ea9e18ba19c9b758514983e5f34c90eb5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.1.tar.gz https://ratatoskr.space/pkg/fyne/v2.6.1.tar.gz
                    printf '%s  %s\n' '8b0454c857ef23ae048e90ea43bf35d7575aa44506c4796d73f57131bdb9e0a7' 'v2.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.6.1.tar.gz"
$out = "v2.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b0454c857ef23ae048e90ea43bf35d7575aa44506c4796d73f57131bdb9e0a7") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.6.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.6.1.zip
                    printf '%s  %s\n' '8e3383ab70bfdc153fb0e723bd37005ea9e18ba19c9b758514983e5f34c90eb5' 'v2.6.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.6.1.zip"
$out = "v2.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8e3383ab70bfdc153fb0e723bd37005ea9e18ba19c9b758514983e5f34c90eb5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.6.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.6.1.tar.gz
                    printf '%s  %s\n' '8b0454c857ef23ae048e90ea43bf35d7575aa44506c4796d73f57131bdb9e0a7' 'v2.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.6.1.tar.gz"
$out = "v2.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b0454c857ef23ae048e90ea43bf35d7575aa44506c4796d73f57131bdb9e0a7") { throw "sha256 mismatch" }
artifact format size hashes
v2.6.1.zip zip 10.2 MiB
blake3-24 764adb78d814e97a953c0ce466a964366af46187da62f2d3
sha256 8e3383ab70bfdc153fb0e723bd37005ea9e18ba19c9b758514983e5f34c90eb5
sha1 517ca3c01fd6af3634d49af62a1b055a3d129970
v2.6.1.tar.gz tar.gz 9.5 MiB
blake3-24 33fabc89818a27173140aafb993771eb364f866232b3c047
sha256 8b0454c857ef23ae048e90ea43bf35d7575aa44506c4796d73f57131bdb9e0a7
sha1 81db332a3a9194e824d33d32e2d7965ede05248e

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.6.1.zip zip 10.3 MiB
blake3-24 e6aefc5b0f3b9d48bebe92acdd4ffae9b59eaac7374970eb
sha256 a678849f338052c058ceb31b24df08f5b53d7109dfc0122c52eb5bb720c84a06
sha1 61c8d07ada44826622485adf17b17a202e7d70d5

install

bazel
http_archive(
    name = "fyne",
    urls = ["https://ratatoskr.space/pkg/fyne/v2.6.1.tar.gz"],
    integrity = "sha256-iwRUyFfvI64EjpDqQ78111dapEUGxHltc/VxMb254Kc=",
    strip_prefix = "fyne-v2.6.1",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.6.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.6.1
install via yggdrasil mesh
bazel
http_archive(
    name = "fyne",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.6.1.tar.gz"],
    integrity = "sha256-iwRUyFfvI64EjpDqQ78111dapEUGxHltc/VxMb254Kc=",
    strip_prefix = "fyne-v2.6.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.6.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.6.1
← v2.6.2v2.6.0 →