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

fyne @ v2.8.0

integrity

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

release notes

Our v2.8.0 release is huge! Lots of new canvas objects, Scheduled Notifications, Linux Wayland testing of Accessibility. Also enhanced Form and RichText capabilities, more hardware acceleration and more APIs than we can count.

Added

Changed

Fixed

New Contributors

Full Changelog: https://github.com/fyne-io/fyne/compare/v2.7.4...v2.8.0

download

unix · zip
curl -fL -o v2.8.0.zip https://ratatoskr.space/pkg/fyne/v2.8.0.zip
                    printf '%s  %s\n' '6a8ca4cd1da6532338b8db4cfd02d838128ae7278104f7941fef145b68f9b967' 'v2.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.8.0.zip"
$out = "v2.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6a8ca4cd1da6532338b8db4cfd02d838128ae7278104f7941fef145b68f9b967") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.0.tar.gz https://ratatoskr.space/pkg/fyne/v2.8.0.tar.gz
                    printf '%s  %s\n' '515bf12e7029620a8649c5aec4e0e9eec7ad1380f3609cd3b22d16485fafd480' 'v2.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.8.0.tar.gz"
$out = "v2.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "515bf12e7029620a8649c5aec4e0e9eec7ad1380f3609cd3b22d16485fafd480") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.8.0.zip
                    printf '%s  %s\n' '6a8ca4cd1da6532338b8db4cfd02d838128ae7278104f7941fef145b68f9b967' 'v2.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.8.0.zip"
$out = "v2.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6a8ca4cd1da6532338b8db4cfd02d838128ae7278104f7941fef145b68f9b967") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.8.0.tar.gz
                    printf '%s  %s\n' '515bf12e7029620a8649c5aec4e0e9eec7ad1380f3609cd3b22d16485fafd480' 'v2.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.8.0.tar.gz"
$out = "v2.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "515bf12e7029620a8649c5aec4e0e9eec7ad1380f3609cd3b22d16485fafd480") { throw "sha256 mismatch" }
artifact format size hashes
v2.8.0.zip zip 10.8 MiB
blake3-24 14c38e0ffc7f5ba4350b08c2bdca1f5a5db459e89aaf86f7
sha256 6a8ca4cd1da6532338b8db4cfd02d838128ae7278104f7941fef145b68f9b967
sha1 f916b201a6615bfa049b18d65a6659a5215d3eee
v2.8.0.tar.gz tar.gz 10.0 MiB
blake3-24 344513cae6e5181910012957d5d3c163b8901f2e04250bd3
sha256 515bf12e7029620a8649c5aec4e0e9eec7ad1380f3609cd3b22d16485fafd480
sha1 aec94bcf405140158ae00a07bcc85c85c6a3235b

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.8.0.zip zip 10.9 MiB
blake3-24 7e4e19fb83419563c86c45857f5a69359ed27451b50f0831
sha256 76d9f905e434e6c2ec1b8c430976ee0581eb02e73c897b3b754542825ed47230
sha1 fe310733d7bd7de6fabf952f2446702d2d06f3ff

install

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