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

fyne @ v2.4.1

integrity

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

release notes

It's a long list of improvements to this point release, spread across the entire toolkit:

Thanks everyone for your help, enjoy this new release.

download

unix · zip
curl -fL -o v2.4.1.zip https://ratatoskr.space/pkg/fyne/v2.4.1.zip
                    printf '%s  %s\n' '5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8' 'v2.4.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.4.1.zip"
$out = "v2.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.1.tar.gz https://ratatoskr.space/pkg/fyne/v2.4.1.tar.gz
                    printf '%s  %s\n' 'db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257' 'v2.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.4.1.tar.gz"
$out = "v2.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.zip
                    printf '%s  %s\n' '5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8' 'v2.4.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.zip"
$out = "v2.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.tar.gz
                    printf '%s  %s\n' 'db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257' 'v2.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.tar.gz"
$out = "v2.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257") { throw "sha256 mismatch" }
artifact format size hashes
v2.4.1.zip zip 15.8 MiB
blake3-24 2ade7324693b210cdd4104bff3ecd4dc34dea65adc21354d
sha256 5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8
sha1 875e70026f9fb74adf1dcb72a3321adbd4a40b3a
v2.4.1.tar.gz tar.gz 15.0 MiB
blake3-24 87a269d282314b526ba56d9421a21c6787ab2b1e899b4978
sha256 db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257
sha1 6a533d64c440551f65885bc1b8f03c02edee6b8f

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.1.zip zip 15.8 MiB
blake3-24 458aca4ddaae03f3b6ca589b7a50808c102ea7d7768086fb
sha256 fa7cbe349f356e35e61fbb93996a6691da73eaad208db0e90a45b50fe36fcea3
sha1 fcffa545fb7b76410dfe18efe18bd82d1ee8074f

install

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