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

fyne @ v2.3.5

integrity

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

release notes

Thanks so much to everyone that contributed to this release, we are grateful to all of the community and the hard work put in to make this project even better.

That is probably all until v2.4.0 where we have lots of exciting new features.

download

unix · zip
curl -fL -o v2.3.5.zip https://ratatoskr.space/pkg/fyne/v2.3.5.zip
                    printf '%s  %s\n' '550dfc96ced01da72d2b8d50f5b9b84e7cceb96bbe9eb396f8d97cb9d4a6a58c' 'v2.3.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.3.5.zip"
$out = "v2.3.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "550dfc96ced01da72d2b8d50f5b9b84e7cceb96bbe9eb396f8d97cb9d4a6a58c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.5.tar.gz https://ratatoskr.space/pkg/fyne/v2.3.5.tar.gz
                    printf '%s  %s\n' '3ecd17834ffff9e6dd5636a8ce5e4852195b8e6d74f10c43e1f5d2297129ee5f' 'v2.3.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.3.5.tar.gz"
$out = "v2.3.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3ecd17834ffff9e6dd5636a8ce5e4852195b8e6d74f10c43e1f5d2297129ee5f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.3.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.3.5.zip
                    printf '%s  %s\n' '550dfc96ced01da72d2b8d50f5b9b84e7cceb96bbe9eb396f8d97cb9d4a6a58c' 'v2.3.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.3.5.zip"
$out = "v2.3.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "550dfc96ced01da72d2b8d50f5b9b84e7cceb96bbe9eb396f8d97cb9d4a6a58c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.3.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.3.5.tar.gz
                    printf '%s  %s\n' '3ecd17834ffff9e6dd5636a8ce5e4852195b8e6d74f10c43e1f5d2297129ee5f' 'v2.3.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.3.5.tar.gz"
$out = "v2.3.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3ecd17834ffff9e6dd5636a8ce5e4852195b8e6d74f10c43e1f5d2297129ee5f") { throw "sha256 mismatch" }
artifact format size hashes
v2.3.5.zip zip 12.8 MiB
blake3-24 530ac88a91f856d7a832966b275b1c578e3caf70a73849f5
sha256 550dfc96ced01da72d2b8d50f5b9b84e7cceb96bbe9eb396f8d97cb9d4a6a58c
sha1 fdb3a67309f99d035a590e0357bb57bcc223d99b
v2.3.5.tar.gz tar.gz 11.3 MiB
blake3-24 9e82e34d941718dff366c8a729836288e05dea0526b817c7
sha256 3ecd17834ffff9e6dd5636a8ce5e4852195b8e6d74f10c43e1f5d2297129ee5f
sha1 d9afe4e81462d179317d61c7fe1c2ad665b724cd

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.3.5.zip zip 7.6 MiB
blake3-24 1f8f20a7ef549b3ab5e28d1d2b008d5e9646a290f859b3f1
sha256 c294281212cf77c8ae0e2497b534ee90bf5ba19d51670d67973e33f04ceba1ce
sha1 54d031c56cd5ac15a8d16b42eff4a463ccf51a7c

install

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