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

fyne @ v2.1.4

integrity

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

Just a few small fixes that improve stability of rapidly changing containers and fixes a sizing issue for some fixed size windows.

Fixed

download

unix · zip
curl -fL -o v2.1.4.zip https://ratatoskr.space/pkg/fyne/v2.1.4.zip
                    printf '%s  %s\n' '033aa84d6918ff4cae0daad3bb56ec779b41528cdaabc1829a3c407cba5acb57' 'v2.1.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.1.4.zip"
$out = "v2.1.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "033aa84d6918ff4cae0daad3bb56ec779b41528cdaabc1829a3c407cba5acb57") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.4.tar.gz https://ratatoskr.space/pkg/fyne/v2.1.4.tar.gz
                    printf '%s  %s\n' '89cf1b183e98baf47411a2f2760a5448232b8348b824c739b82e44892d8316bb' 'v2.1.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.1.4.tar.gz"
$out = "v2.1.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "89cf1b183e98baf47411a2f2760a5448232b8348b824c739b82e44892d8316bb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.4.zip
                    printf '%s  %s\n' '033aa84d6918ff4cae0daad3bb56ec779b41528cdaabc1829a3c407cba5acb57' 'v2.1.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.4.zip"
$out = "v2.1.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "033aa84d6918ff4cae0daad3bb56ec779b41528cdaabc1829a3c407cba5acb57") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.4.tar.gz
                    printf '%s  %s\n' '89cf1b183e98baf47411a2f2760a5448232b8348b824c739b82e44892d8316bb' 'v2.1.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.4.tar.gz"
$out = "v2.1.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "89cf1b183e98baf47411a2f2760a5448232b8348b824c739b82e44892d8316bb") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.4.zip zip 10.1 MiB
blake3-24 55a681480a134ac7765f576f11283383d18678339e1f17e6
sha256 033aa84d6918ff4cae0daad3bb56ec779b41528cdaabc1829a3c407cba5acb57
sha1 d39c41f6a33819460e9bb74ce27a0c60805d73d6
v2.1.4.tar.gz tar.gz 8.8 MiB
blake3-24 5bc8e5332e8036abd36ab7fdbb280cdbe09876288df0f059
sha256 89cf1b183e98baf47411a2f2760a5448232b8348b824c739b82e44892d8316bb
sha1 6853847a8adda26d958a6f9a1c1d9914f175925c

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.1.4.zip zip 6.1 MiB
blake3-24 0190302c0594f6b4228007258157a12d45c0f29c54f868bb
sha256 925658b4458a5626dcadb9c3352f544ad9932b0090f606785f32ccf2973bf0f1
sha1 b92bf2d21bdab4a79ee5ba48872489418faff0e6

install

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