fyne @ v2.7.1
integrity
- size
- 10.3 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
Fixed
- Ensure tar files created in cli tool contain a root directory
- 2.7 regression in GL performance on Mac (#6010)
- GridWrap keyboard navigation does not change to next row at the end of previous row (#5994)
- Image border radius not always shown on image fill cover (#5980)
- Speed up file dialog rendering
download
unix · zip
curl -fL -o v2.7.1.zip https://ratatoskr.space/pkg/fyne/v2.7.1.zip
printf '%s %s\n' '52b98d71aa89f77969c37f3433e6982e4b9c68679f82c2810a6f2ff0f7d7879b' 'v2.7.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.7.1.zip"
$out = "v2.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "52b98d71aa89f77969c37f3433e6982e4b9c68679f82c2810a6f2ff0f7d7879b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.1.tar.gz https://ratatoskr.space/pkg/fyne/v2.7.1.tar.gz
printf '%s %s\n' 'fbbf085674c752a10a0e346b1585eb18ea7d0cb931086d2b051f632652d67d9b' 'v2.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.7.1.tar.gz"
$out = "v2.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fbbf085674c752a10a0e346b1585eb18ea7d0cb931086d2b051f632652d67d9b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.1.zip
printf '%s %s\n' '52b98d71aa89f77969c37f3433e6982e4b9c68679f82c2810a6f2ff0f7d7879b' 'v2.7.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.1.zip"
$out = "v2.7.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "52b98d71aa89f77969c37f3433e6982e4b9c68679f82c2810a6f2ff0f7d7879b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.1.tar.gz
printf '%s %s\n' 'fbbf085674c752a10a0e346b1585eb18ea7d0cb931086d2b051f632652d67d9b' 'v2.7.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.1.tar.gz"
$out = "v2.7.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fbbf085674c752a10a0e346b1585eb18ea7d0cb931086d2b051f632652d67d9b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.1.zip | zip | 10.4 MiB |
blake3-24 f0399667f08fb8151e75c28e1d87c7abc878be6342588e8f
sha256 52b98d71aa89f77969c37f3433e6982e4b9c68679f82c2810a6f2ff0f7d7879b
sha1 54a63e86ad80e5f946fe41983728ef66793e4b4c
|
| v2.7.1.tar.gz | tar.gz | 9.6 MiB |
blake3-24 d82bafd3be471116708af97099ddce2b48d74d27589a11ba
sha256 fbbf085674c752a10a0e346b1585eb18ea7d0cb931086d2b051f632652d67d9b
sha1 a62b5b9d94bc98a97b5ebd1ddff50bafa8e40e99
|
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.7.1.zip | zip | 10.5 MiB |
blake3-24 1fdb5bbb7b29cc6143b0b5548f3d2660802fa44a059d8027
sha256 83e9bfc85df8882e8b810d803c6cc2726ed5b75a373e82c946bc493c7e9ec0ad
sha1 297dd20d4a27153b5f91ace2e322f95315730a10
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.7.1.tar.gz"],
integrity = "sha256-+78IVnTHUqEKDjRrFYXrGOp9DLkxCG0rBR9jJlLWfZs=",
strip_prefix = "fyne-v2.7.1",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.7.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.7.1
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.1.tar.gz"],
integrity = "sha256-+78IVnTHUqEKDjRrFYXrGOp9DLkxCG0rBR9jJlLWfZs=",
strip_prefix = "fyne-v2.7.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.7.1