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

fyne @ v2.4.4

integrity

size
16.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

There is a lot packed into this release - your app will be faster and more robust than ever before!

Let us know if you have any feedback on this latest release :).

download

unix · zip
curl -fL -o v2.4.4.zip https://ratatoskr.space/pkg/fyne/v2.4.4.zip
                    printf '%s  %s\n' '95785c872fbf01bf45cc4f9a09acae2ff506414a9d46366757434b462b959b87' 'v2.4.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.4.4.zip"
$out = "v2.4.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95785c872fbf01bf45cc4f9a09acae2ff506414a9d46366757434b462b959b87") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.4.tar.gz https://ratatoskr.space/pkg/fyne/v2.4.4.tar.gz
                    printf '%s  %s\n' '91cbe75124f21d6cf1bc2b1527553eb927a86cf1fca05f0751884cc99d71e7e6' 'v2.4.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.4.4.tar.gz"
$out = "v2.4.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91cbe75124f21d6cf1bc2b1527553eb927a86cf1fca05f0751884cc99d71e7e6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.4.zip
                    printf '%s  %s\n' '95785c872fbf01bf45cc4f9a09acae2ff506414a9d46366757434b462b959b87' 'v2.4.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.4.zip"
$out = "v2.4.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "95785c872fbf01bf45cc4f9a09acae2ff506414a9d46366757434b462b959b87") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.4.tar.gz
                    printf '%s  %s\n' '91cbe75124f21d6cf1bc2b1527553eb927a86cf1fca05f0751884cc99d71e7e6' 'v2.4.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.4.tar.gz"
$out = "v2.4.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91cbe75124f21d6cf1bc2b1527553eb927a86cf1fca05f0751884cc99d71e7e6") { throw "sha256 mismatch" }
artifact format size hashes
v2.4.4.zip zip 15.9 MiB
blake3-24 b903a085a21874b8e3b7d276e627c84c935834c69032f4b2
sha256 95785c872fbf01bf45cc4f9a09acae2ff506414a9d46366757434b462b959b87
sha1 e52402aa9ef388e35e9b444c94bafb3507e17b50
v2.4.4.tar.gz tar.gz 15.2 MiB
blake3-24 9b1afeb295d1fe9ffdd1cd0b014d07815e5917cf3e6ab62c
sha256 91cbe75124f21d6cf1bc2b1527553eb927a86cf1fca05f0751884cc99d71e7e6
sha1 339c78281c6374d362850b18228eaf95a6bdb200

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.4.4.zip zip 16.0 MiB
blake3-24 299443f0bb1d03b85c5ff8dd196f6557a6e33083f9410fe2
sha256 48ac4beb3a9dba3857966131234bb0a88f0a2c5804c38f59d9d21eadf5e796f1
sha1 6e6056f9d64b2b08ef4d60e3ebae41554f698c7c

install

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