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

fyne @ v2.4.5

integrity

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

release notes

This bugfix release has a lot of great improvements, with a focus on mobile storage fixes and resolving some memory leaks.

As always do let us know how you get on, we are now pushing forward with v2.5.0.

download

unix · zip
curl -fL -o v2.4.5.zip https://ratatoskr.space/pkg/fyne/v2.4.5.zip
                    printf '%s  %s\n' '998f375d42091c9cc791b89b54eef2cd06bb1a7fa33abc94fe8669aba4e298cc' 'v2.4.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.4.5.zip"
$out = "v2.4.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "998f375d42091c9cc791b89b54eef2cd06bb1a7fa33abc94fe8669aba4e298cc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.5.tar.gz https://ratatoskr.space/pkg/fyne/v2.4.5.tar.gz
                    printf '%s  %s\n' 'c24c812352dab27cef7985e99898ef59fb7b5df55c2524e53bfb5b2693786f5d' 'v2.4.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.4.5.tar.gz"
$out = "v2.4.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c24c812352dab27cef7985e99898ef59fb7b5df55c2524e53bfb5b2693786f5d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.5.zip
                    printf '%s  %s\n' '998f375d42091c9cc791b89b54eef2cd06bb1a7fa33abc94fe8669aba4e298cc' 'v2.4.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.5.zip"
$out = "v2.4.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "998f375d42091c9cc791b89b54eef2cd06bb1a7fa33abc94fe8669aba4e298cc") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.5.tar.gz
                    printf '%s  %s\n' 'c24c812352dab27cef7985e99898ef59fb7b5df55c2524e53bfb5b2693786f5d' 'v2.4.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.5.tar.gz"
$out = "v2.4.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c24c812352dab27cef7985e99898ef59fb7b5df55c2524e53bfb5b2693786f5d") { throw "sha256 mismatch" }
artifact format size hashes
v2.4.5.zip zip 15.9 MiB
blake3-24 0f2b55866f1e0b1d72e9a9e426bcd2d328cf40443f4abbbb
sha256 998f375d42091c9cc791b89b54eef2cd06bb1a7fa33abc94fe8669aba4e298cc
sha1 0ee5545bd778fb9c67eb7b7053cc24d4ba2dbc20
v2.4.5.tar.gz tar.gz 15.2 MiB
blake3-24 5d0e55fea2b344a26a7b32efdedb278bde96ff3f6b9f8d69
sha256 c24c812352dab27cef7985e99898ef59fb7b5df55c2524e53bfb5b2693786f5d
sha1 e45d15251cbc825b5241fc90a05de5ecd1703294

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.5.zip zip 16.0 MiB
blake3-24 3bf1955d02be89db3509fce0227577aeecbe4a5aa49be716
sha256 c47537f85594d2ab8ab8d71ce7e46f1fc82d1b829aa466e91ef68ff3ac7b9378
sha1 c8fd2acd23a5f26fe8112b3a3d2d1bf0b31912cc

install

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