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

fyne @ v1.4.1

integrity

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

release notes

After a successful v1.4.0 release we wanted to clear up a few bugs and add some items that didn't get there in time :). The highlights for many developers will be:

The full list of changes is as follows:

Changed

Fixed

download

unix · zip
curl -fL -o v1.4.1.zip https://ratatoskr.space/pkg/fyne/v1.4.1.zip
                    printf '%s  %s\n' 'c1cb4ba95a38c4735ced79d54d98db6e749d0354f6cf0cdcb0f2c2fcd8872620' 'v1.4.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v1.4.1.zip"
$out = "v1.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1cb4ba95a38c4735ced79d54d98db6e749d0354f6cf0cdcb0f2c2fcd8872620") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.1.tar.gz https://ratatoskr.space/pkg/fyne/v1.4.1.tar.gz
                    printf '%s  %s\n' 'f6fffa2d9b4e0a483887df6607f0e666c015af8db0c24d7c0c0c6f25d3aa24d3' 'v1.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v1.4.1.tar.gz"
$out = "v1.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f6fffa2d9b4e0a483887df6607f0e666c015af8db0c24d7c0c0c6f25d3aa24d3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.4.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.1.zip
                    printf '%s  %s\n' 'c1cb4ba95a38c4735ced79d54d98db6e749d0354f6cf0cdcb0f2c2fcd8872620' 'v1.4.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.1.zip"
$out = "v1.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c1cb4ba95a38c4735ced79d54d98db6e749d0354f6cf0cdcb0f2c2fcd8872620") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.1.tar.gz
                    printf '%s  %s\n' 'f6fffa2d9b4e0a483887df6607f0e666c015af8db0c24d7c0c0c6f25d3aa24d3' 'v1.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.1.tar.gz"
$out = "v1.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f6fffa2d9b4e0a483887df6607f0e666c015af8db0c24d7c0c0c6f25d3aa24d3") { throw "sha256 mismatch" }
artifact format size hashes
v1.4.1.zip zip 9.5 MiB
blake3-24 b818a0ddad33ce47c255aa1c81585e679d277d69ca027216
sha256 c1cb4ba95a38c4735ced79d54d98db6e749d0354f6cf0cdcb0f2c2fcd8872620
sha1 040ec3f08e0662397c69b7206953f5bd6d390b2f
v1.4.1.tar.gz tar.gz 8.5 MiB
blake3-24 dc83c08537040d24d5158ac3e293b3538b1beefea8972df0
sha256 f6fffa2d9b4e0a483887df6607f0e666c015af8db0c24d7c0c0c6f25d3aa24d3
sha1 01e8bd237bbc7c431261af85069a704677f89968

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.4.1.zip zip 5.9 MiB
blake3-24 4b85b616eb0eb04c1babb52b8c12278523827b917f70ab73
sha256 6fe3c194c06c0a5e369a2265d4c17a90dc43555a571f90f1dc0d7d3ba1befb0b
sha1 2a7f20d715f9388e908ec9e84e645e1449afb56c

install

bazel
http_archive(
    name = "fyne",
    urls = ["https://ratatoskr.space/pkg/fyne/v1.4.1.tar.gz"],
    integrity = "sha256-9v/6LZtOCkg4h99mB/DmZsAVr42wwk18DAxvJdOqJNM=",
    strip_prefix = "fyne-v1.4.1",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v1.4.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne@v1.4.1
install via yggdrasil mesh
bazel
http_archive(
    name = "fyne",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.1.tar.gz"],
    integrity = "sha256-9v/6LZtOCkg4h99mB/DmZsAVr42wwk18DAxvJdOqJNM=",
    strip_prefix = "fyne-v1.4.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne@v1.4.1
← v1.4.2v1.4.0 →