fyne @ v2.2.4
integrity
- size
- 12.1 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
This minor release cover bug fixes, especially addressing the area around mobile devices.
The complete list is as follow:
- Iphone incorrect click coordinates in zoomed screen view (#3122)
- CachedFontFace seems to be causing crash (#3134)
- Fix possible compile error if "fyne build" is used without icon metadata
- Detect and use recent Android NDK toolchain
- Handle fyne package -release and fyne release properly for Android and iOS
- Fix issue with mobile simulation when systray used
- Fix incorrect size and position for radio focus indicator (#3137)
download
unix · zip
curl -fL -o v2.2.4.zip https://ratatoskr.space/pkg/fyne/v2.2.4.zip
printf '%s %s\n' '608b15a2a48191b889d3b99e5a9fd27a25ac4054836b1ffbce7081bca39aebf7' 'v2.2.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.2.4.zip"
$out = "v2.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "608b15a2a48191b889d3b99e5a9fd27a25ac4054836b1ffbce7081bca39aebf7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.4.tar.gz https://ratatoskr.space/pkg/fyne/v2.2.4.tar.gz
printf '%s %s\n' '7d007d75219518a112bcb4771b449bfddfb2674105a1bd60db086461be35502c' 'v2.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.2.4.tar.gz"
$out = "v2.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d007d75219518a112bcb4771b449bfddfb2674105a1bd60db086461be35502c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.2.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.4.zip
printf '%s %s\n' '608b15a2a48191b889d3b99e5a9fd27a25ac4054836b1ffbce7081bca39aebf7' 'v2.2.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.4.zip"
$out = "v2.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "608b15a2a48191b889d3b99e5a9fd27a25ac4054836b1ffbce7081bca39aebf7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.2.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.4.tar.gz
printf '%s %s\n' '7d007d75219518a112bcb4771b449bfddfb2674105a1bd60db086461be35502c' 'v2.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.4.tar.gz"
$out = "v2.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d007d75219518a112bcb4771b449bfddfb2674105a1bd60db086461be35502c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.2.4.zip | zip | 12.2 MiB |
blake3-24 193c43aa495e6857d109fcd72c132176b6b01bda62e4383e
sha256 608b15a2a48191b889d3b99e5a9fd27a25ac4054836b1ffbce7081bca39aebf7
sha1 d544e771e1d42d0f364f6c6a38fd758d4449f5dd
|
| v2.2.4.tar.gz | tar.gz | 10.8 MiB |
blake3-24 190be4ae629afbbadbe10b6e1f833ccd2683334894af4105
sha256 7d007d75219518a112bcb4771b449bfddfb2674105a1bd60db086461be35502c
sha1 4dae48005211d00910674206e8b4aeb084ee0edc
|
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.4.zip | zip | 7.6 MiB |
blake3-24 c7749eab13e30bbb8e168de4d8ec3c72332a3890d3e5e39a
sha256 8da77af8da4fd2092ab4748491daf8d21e09f85881268cd2670414b6e0687bd6
sha1 05ab1b00eb6b3f068051c100bc96d0f8d6fb6964
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.2.4.tar.gz"],
integrity = "sha256-fQB9dSGVGKESvLR3G0Sb/d+yZ0EFob1g2whkYb41UCw=",
strip_prefix = "fyne-v2.2.4",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.2.4.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.2.4
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.4.tar.gz"],
integrity = "sha256-fQB9dSGVGKESvLR3G0Sb/d+yZ0EFob1g2whkYb41UCw=",
strip_prefix = "fyne-v2.2.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.2.4.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.2.4