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

fyne @ v2.1.3

integrity

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

release notes

As we continue work on the v2.2.0 release we wanted to get a few bug fixes delivered as well, these include:

We'll see you again soon with some great feature additions!

download

unix · zip
curl -fL -o v2.1.3.zip https://ratatoskr.space/pkg/fyne/v2.1.3.zip
                    printf '%s  %s\n' 'ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz https://ratatoskr.space/pkg/fyne/v2.1.3.tar.gz
                    printf '%s  %s\n' '34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.zip
                    printf '%s  %s\n' 'ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.tar.gz
                    printf '%s  %s\n' '34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525") { throw "sha256 mismatch" }
artifact format size hashes
v2.1.3.zip zip 10.1 MiB
blake3-24 8a11cfaed780ab7a53316de8fdf3ac650c37497bbbd9e204
sha256 ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad
sha1 018aca83250f462133dcd38bff5a2c956479a5f0
v2.1.3.tar.gz tar.gz 8.8 MiB
blake3-24 af0f1f2144b852e0df768cda3d789f0caecd3b5fabcb3563
sha256 34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525
sha1 80ae975f2c10eb98c088ed65c352af0127ed1135

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.1.3.zip zip 6.1 MiB
blake3-24 52109efff9fc91d5b129376efb2d8c39810e527cd98e6e07
sha256 295174f2abcf34d7f9c9edf18882f9dc8c2d4b2259f80faa728888a8c1f18b55
sha1 43d58e476b47a8627514fbc0befe57d48d1a49c7

install

bazel
http_archive(
    name = "fyne",
    urls = ["https://ratatoskr.space/pkg/fyne/v2.1.3.tar.gz"],
    integrity = "sha256-NO4vXJYWWIa4TVq978OVD6DXYZk53+iV8lF/0hl2hSU=",
    strip_prefix = "fyne-v2.1.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.1.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.1.3
install via yggdrasil mesh
bazel
http_archive(
    name = "fyne",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.tar.gz"],
    integrity = "sha256-NO4vXJYWWIa4TVq978OVD6DXYZk53+iV8lF/0hl2hSU=",
    strip_prefix = "fyne-v2.1.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.1.3
← v2.1.4v2.1.2 →