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/v1.3.2
vault / fyne / v1.3.2

fyne @ v1.3.2

integrity

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

release notes

Release v1.3.2 provides much smoother resize and refresh of windows and scroll containers. There are also various other bug fixes and improvements including the following highlights:

Added

Changed

Fixed

download

unix · zip
curl -fL -o v1.3.2.zip https://ratatoskr.space/pkg/fyne/v1.3.2.zip
                    printf '%s  %s\n' 'f4d148e558b0f90ba1d0248f09aaa0f886991e88da25225794b22f9e6fd792f9' 'v1.3.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v1.3.2.zip"
$out = "v1.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4d148e558b0f90ba1d0248f09aaa0f886991e88da25225794b22f9e6fd792f9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.2.tar.gz https://ratatoskr.space/pkg/fyne/v1.3.2.tar.gz
                    printf '%s  %s\n' '95dce91bd5652159e63dd379c5ee63ee2b930270edd6eba51426259ea6ff7e49' 'v1.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v1.3.2.tar.gz"
$out = "v1.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95dce91bd5652159e63dd379c5ee63ee2b930270edd6eba51426259ea6ff7e49") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.2.zip
                    printf '%s  %s\n' 'f4d148e558b0f90ba1d0248f09aaa0f886991e88da25225794b22f9e6fd792f9' 'v1.3.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.2.zip"
$out = "v1.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f4d148e558b0f90ba1d0248f09aaa0f886991e88da25225794b22f9e6fd792f9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.2.tar.gz
                    printf '%s  %s\n' '95dce91bd5652159e63dd379c5ee63ee2b930270edd6eba51426259ea6ff7e49' 'v1.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.2.tar.gz"
$out = "v1.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95dce91bd5652159e63dd379c5ee63ee2b930270edd6eba51426259ea6ff7e49") { throw "sha256 mismatch" }
artifact format size hashes
v1.3.2.zip zip 8.5 MiB
blake3-24 23978cf224af8cc64a7eb53039c36046eb14fbd6b93cbb93
sha256 f4d148e558b0f90ba1d0248f09aaa0f886991e88da25225794b22f9e6fd792f9
sha1 8ec770eb524039e98454cc6a5da13305e263e920
v1.3.2.tar.gz tar.gz 7.6 MiB
blake3-24 a25b30ace37d6a8a37349d25b1b435dd93cb95dc055a0d2b
sha256 95dce91bd5652159e63dd379c5ee63ee2b930270edd6eba51426259ea6ff7e49
sha1 08a6d61415f6e4fec7b028366c73f3312cb97157

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
v1.3.2.zip zip 5.1 MiB
blake3-24 0357a367a39d17ffb6dbea79a4b78f036720f5ab4510c574
sha256 974d4b7f88182e5ed1efe6c949b65c75f378ab14aa9a659e2b399843c29c2891
sha1 9822b7b5764de2a10ad9b21608b11fc86aa634ab

install

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