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

fyne @ v2.5.4

integrity

size
16.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

Probably the last release on v2.5.x series as we are already deep into 2.6 prep!

New translations

Bugs fixed

download

unix · zip
curl -fL -o v2.5.4.zip https://ratatoskr.space/pkg/fyne/v2.5.4.zip
                    printf '%s  %s\n' 'a2edd170f2c4f891ce130e2c6d98760e890dad51f75d75c6fc7d9d335655824d' 'v2.5.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.5.4.zip"
$out = "v2.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a2edd170f2c4f891ce130e2c6d98760e890dad51f75d75c6fc7d9d335655824d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.4.tar.gz https://ratatoskr.space/pkg/fyne/v2.5.4.tar.gz
                    printf '%s  %s\n' '02742fd3e2259a71f08540ccc80f73ad184ed88b75133aac96c99361c34583c8' 'v2.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.5.4.tar.gz"
$out = "v2.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "02742fd3e2259a71f08540ccc80f73ad184ed88b75133aac96c99361c34583c8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.4.zip
                    printf '%s  %s\n' 'a2edd170f2c4f891ce130e2c6d98760e890dad51f75d75c6fc7d9d335655824d' 'v2.5.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.4.zip"
$out = "v2.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a2edd170f2c4f891ce130e2c6d98760e890dad51f75d75c6fc7d9d335655824d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.4.tar.gz
                    printf '%s  %s\n' '02742fd3e2259a71f08540ccc80f73ad184ed88b75133aac96c99361c34583c8' 'v2.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.4.tar.gz"
$out = "v2.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "02742fd3e2259a71f08540ccc80f73ad184ed88b75133aac96c99361c34583c8") { throw "sha256 mismatch" }
artifact format size hashes
v2.5.4.zip zip 16.2 MiB
blake3-24 1a54218cdc53f3fb561e77ac3a64d28a4ddcd8ea23fe32fb
sha256 a2edd170f2c4f891ce130e2c6d98760e890dad51f75d75c6fc7d9d335655824d
sha1 c7dafbc2ef263683150be5a3ce52539e855de9b7
v2.5.4.tar.gz tar.gz 15.3 MiB
blake3-24 f32f832a05f000a7cdf7a374e2318b7d859a8064550225d9
sha256 02742fd3e2259a71f08540ccc80f73ad184ed88b75133aac96c99361c34583c8
sha1 6d283d299bd7e729193dc7f9ef37ecfcc3e97561

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.5.4.zip zip 16.2 MiB
blake3-24 0545c09faae7667af3d27e5fe96237fe493c5a32cd582a56
sha256 286a074271554dd8e4a967589005663be68382ed9e9ac47be44815d8792605a7
sha1 4d729104a795eddf965ffb8879222d405d0b206d

install

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