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.7.3
vault / fyne / v2.7.3

fyne @ v2.7.3

integrity

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

release notes

A massive thanks to our community for contributing a lot of fixes for this latest release. The following highlights the main items:

Fixed

As always please do let us know if you experience any issues. We are now focusing on features for 2.8, but there will probably be one more bugfix release on the 2.7.x branch in a Month.

download

unix · zip
curl -fL -o v2.7.3.zip https://ratatoskr.space/pkg/fyne/v2.7.3.zip
                    printf '%s  %s\n' 'ce4b72faa2190b366dbc7d37a62c9c40914bd00c216483a2d5f0c3f6c9348287' 'v2.7.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.7.3.zip"
$out = "v2.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ce4b72faa2190b366dbc7d37a62c9c40914bd00c216483a2d5f0c3f6c9348287") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.3.tar.gz https://ratatoskr.space/pkg/fyne/v2.7.3.tar.gz
                    printf '%s  %s\n' '5fce205ea8772b713fe39efe882b56c0694ac977b69e1eeacef8fecbbbdfdc73' 'v2.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.7.3.tar.gz"
$out = "v2.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5fce205ea8772b713fe39efe882b56c0694ac977b69e1eeacef8fecbbbdfdc73") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.3.zip
                    printf '%s  %s\n' 'ce4b72faa2190b366dbc7d37a62c9c40914bd00c216483a2d5f0c3f6c9348287' 'v2.7.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.3.zip"
$out = "v2.7.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ce4b72faa2190b366dbc7d37a62c9c40914bd00c216483a2d5f0c3f6c9348287") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.3.tar.gz
                    printf '%s  %s\n' '5fce205ea8772b713fe39efe882b56c0694ac977b69e1eeacef8fecbbbdfdc73' 'v2.7.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.3.tar.gz"
$out = "v2.7.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5fce205ea8772b713fe39efe882b56c0694ac977b69e1eeacef8fecbbbdfdc73") { throw "sha256 mismatch" }
artifact format size hashes
v2.7.3.zip zip 10.4 MiB
blake3-24 a29e7eebb0a04adb76f7f2c1824c82b534d236363680c320
sha256 ce4b72faa2190b366dbc7d37a62c9c40914bd00c216483a2d5f0c3f6c9348287
sha1 1d316350f59617740e61a7f3a4bfee596a906b2d
v2.7.3.tar.gz tar.gz 9.7 MiB
blake3-24 cefc59431e0c2c83a0dea6e7893488348378903110af0db6
sha256 5fce205ea8772b713fe39efe882b56c0694ac977b69e1eeacef8fecbbbdfdc73
sha1 624a29292a5c42a9f2272e7a509af1de87211e5d

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.7.3.zip zip 10.5 MiB
blake3-24 55b005dfab15ece55c636df6fe291b773a53f8980021f9af
sha256 5483cc68adac63dc70717f0ff1f1578eb4f371bdc899f9f9a8cf5276dcd32a76
sha1 cd8535b97cf552565fa84912771799e818db2183

install

bazel
http_archive(
    name = "fyne",
    urls = ["https://ratatoskr.space/pkg/fyne/v2.7.3.tar.gz"],
    integrity = "sha256-X84gXqh3K3E/457+iCtWwGlKyXe2nh7qzvj+y7vf3HM=",
    strip_prefix = "fyne-v2.7.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.7.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.7.3
install via yggdrasil mesh
bazel
http_archive(
    name = "fyne",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.3.tar.gz"],
    integrity = "sha256-X84gXqh3K3E/457+iCtWwGlKyXe2nh7qzvj+y7vf3HM=",
    strip_prefix = "fyne-v2.7.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.7.3
← v2.7.4v2.7.2 →