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

fyne @ v1.1.2

integrity

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

release notes

A bug fix release for the 1.1 release branch. This will probably be the final release before we release 1.2 in November.

Changed

Fixed

download

unix · zip
curl -fL -o v1.1.2.zip https://ratatoskr.space/pkg/fyne/v1.1.2.zip
                    printf '%s  %s\n' 'abd94a12adb3404cff602ac05e59c2316c363789912868cdd919ba498dc147d2' 'v1.1.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v1.1.2.zip"
$out = "v1.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "abd94a12adb3404cff602ac05e59c2316c363789912868cdd919ba498dc147d2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.2.tar.gz https://ratatoskr.space/pkg/fyne/v1.1.2.tar.gz
                    printf '%s  %s\n' '8942f115bf2efd72b7318c19b34224f1ca9c989b2560c8e13f36cb672087bc8f' 'v1.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v1.1.2.tar.gz"
$out = "v1.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8942f115bf2efd72b7318c19b34224f1ca9c989b2560c8e13f36cb672087bc8f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.1.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.1.2.zip
                    printf '%s  %s\n' 'abd94a12adb3404cff602ac05e59c2316c363789912868cdd919ba498dc147d2' 'v1.1.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.1.2.zip"
$out = "v1.1.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "abd94a12adb3404cff602ac05e59c2316c363789912868cdd919ba498dc147d2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.1.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.1.2.tar.gz
                    printf '%s  %s\n' '8942f115bf2efd72b7318c19b34224f1ca9c989b2560c8e13f36cb672087bc8f' 'v1.1.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.1.2.tar.gz"
$out = "v1.1.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8942f115bf2efd72b7318c19b34224f1ca9c989b2560c8e13f36cb672087bc8f") { throw "sha256 mismatch" }
artifact format size hashes
v1.1.2.zip zip 5.0 MiB
blake3-24 12bc6d02ff0039b1853086ca70cdabb24e0c67f6d962223d
sha256 abd94a12adb3404cff602ac05e59c2316c363789912868cdd919ba498dc147d2
sha1 373d6ba4c34f621e648902e33b930ae4dce73226
v1.1.2.tar.gz tar.gz 4.7 MiB
blake3-24 0297244d39e03fef5f0490197112c2ff5f9e32d717bda722
sha256 8942f115bf2efd72b7318c19b34224f1ca9c989b2560c8e13f36cb672087bc8f
sha1 6f31e31a6e4b8321bdfecb5c22387b0e16e97f23

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.1.2.zip zip 3.2 MiB
blake3-24 2e6800f89ce25d0139519c142c33e3767366d01e686ff9fe
sha256 e4a58326024b3996ced493c5d7fcc2faeea83cd22f0f0df001e6f4262ed948a5
sha1 c69acac7be2cb04a43aa1be27a3b42e72a5c2702

install

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