fyne @ v2.2.1
integrity
- size
- 12.1 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
Apologies to a couple of our users who found issues with the v2.2.0 release. These fixes resolve the reported problems plus some high severity bugs.
- Fix various race conditions and compatibility issues with System tray menus
- Resolve issue where macOS systray menu may not appear
- Updated yaml dependency to fix CVE-2022-28948
- Tab buttons stop working after removing a tab (#3050)
- os.SetEnv("FYNE_FONT") doesn't work in v2.2.0 (#3056)
download
unix · zip
curl -fL -o v2.2.1.zip https://ratatoskr.space/pkg/fyne/v2.2.1.zip
printf '%s %s\n' 'd0b71f319fbce1d70dc53fc9988cb742c6322f722ba138aad258de820938d2d0' 'v2.2.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.2.1.zip"
$out = "v2.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0b71f319fbce1d70dc53fc9988cb742c6322f722ba138aad258de820938d2d0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.1.tar.gz https://ratatoskr.space/pkg/fyne/v2.2.1.tar.gz
printf '%s %s\n' '74e873995dd4a1d5493dcc3cc628d1d2cd91c422ca32d1de2edd3c39e3ba9f1d' 'v2.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.2.1.tar.gz"
$out = "v2.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "74e873995dd4a1d5493dcc3cc628d1d2cd91c422ca32d1de2edd3c39e3ba9f1d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.1.zip
printf '%s %s\n' 'd0b71f319fbce1d70dc53fc9988cb742c6322f722ba138aad258de820938d2d0' 'v2.2.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.1.zip"
$out = "v2.2.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0b71f319fbce1d70dc53fc9988cb742c6322f722ba138aad258de820938d2d0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.1.tar.gz
printf '%s %s\n' '74e873995dd4a1d5493dcc3cc628d1d2cd91c422ca32d1de2edd3c39e3ba9f1d' 'v2.2.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.1.tar.gz"
$out = "v2.2.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "74e873995dd4a1d5493dcc3cc628d1d2cd91c422ca32d1de2edd3c39e3ba9f1d") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.1.zip | zip | 12.2 MiB |
blake3-24 392a12baeff58646b99478b17b468435eb8bdf8c6ad20a92
sha256 d0b71f319fbce1d70dc53fc9988cb742c6322f722ba138aad258de820938d2d0
sha1 7c75535f214b17d40546b8f6366102124702108c
|
| v2.2.1.tar.gz | tar.gz | 10.8 MiB |
blake3-24 ccac1d631bf2e055bf256523ec615cbc2af013e2c2f13cc0
sha256 74e873995dd4a1d5493dcc3cc628d1d2cd91c422ca32d1de2edd3c39e3ba9f1d
sha1 43dc4fbf46a092c53ba7896e893d4203ec1d8f7f
|
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.2.1.zip | zip | 7.6 MiB |
blake3-24 7f3ab908183c7de1de2de350f39db9011a4c690d8bb8ce31
sha256 b12ac28a7a99444835fa2faad012d51fed48639c152870c9fd137091df34e0b1
sha1 e7c9d82b5974e702b4f844efafd2c2852e732656
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.2.1.tar.gz"],
integrity = "sha256-dOhzmV3UodVJPcw8xijR0s2RxCLKMtHeLt08OeO6nx0=",
strip_prefix = "fyne-v2.2.1",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.2.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.2.1
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.1.tar.gz"],
integrity = "sha256-dOhzmV3UodVJPcw8xijR0s2RxCLKMtHeLt08OeO6nx0=",
strip_prefix = "fyne-v2.2.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.2.1