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

fyne @ v1.0.1

integrity

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

release notes

The 1.0.1 release is primarily a bugfix release from feedback and patches received after initial announcement. The following functionality was also added:

The bug fixes are primarily relating to clearing caches and avoiding race conditions (#194, #217, #209). The list of fixes includes the following:

download

unix · zip
curl -fL -o v1.0.1.zip https://ratatoskr.space/pkg/fyne/v1.0.1.zip
                    printf '%s  %s\n' '6a9fb620d66c93f6f2c779bd41798bd0c7c06b22bc14e3ed448aeb6d49d24c4f' 'v1.0.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v1.0.1.zip"
$out = "v1.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6a9fb620d66c93f6f2c779bd41798bd0c7c06b22bc14e3ed448aeb6d49d24c4f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0.1.tar.gz https://ratatoskr.space/pkg/fyne/v1.0.1.tar.gz
                    printf '%s  %s\n' '35d41537874b47a7c834b2b8c21eed38992297ceb475bffc4d27c06911a65c82' 'v1.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v1.0.1.tar.gz"
$out = "v1.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "35d41537874b47a7c834b2b8c21eed38992297ceb475bffc4d27c06911a65c82") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.0.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.0.1.zip
                    printf '%s  %s\n' '6a9fb620d66c93f6f2c779bd41798bd0c7c06b22bc14e3ed448aeb6d49d24c4f' 'v1.0.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.0.1.zip"
$out = "v1.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6a9fb620d66c93f6f2c779bd41798bd0c7c06b22bc14e3ed448aeb6d49d24c4f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.0.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.0.1.tar.gz
                    printf '%s  %s\n' '35d41537874b47a7c834b2b8c21eed38992297ceb475bffc4d27c06911a65c82' 'v1.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.0.1.tar.gz"
$out = "v1.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "35d41537874b47a7c834b2b8c21eed38992297ceb475bffc4d27c06911a65c82") { throw "sha256 mismatch" }
artifact format size hashes
v1.0.1.zip zip 5.4 MiB
blake3-24 22171014d127338d2970cb7c501279251a1b719ab430a9c7
sha256 6a9fb620d66c93f6f2c779bd41798bd0c7c06b22bc14e3ed448aeb6d49d24c4f
sha1 e1a072aeb269db001b56adfaec5fdfc3d5f6c254
v1.0.1.tar.gz tar.gz 5.0 MiB
blake3-24 277bccc092fe3e780890f34437e69f946d5af14f3672c296
sha256 35d41537874b47a7c834b2b8c21eed38992297ceb475bffc4d27c06911a65c82
sha1 54e74b64dd7c6d0c7373e3d8d83155b7f7da5a92

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.0.1.zip zip 3.6 MiB
blake3-24 203e15377c73729e0281ecdca8e21ab5dd8d163c6cbfe4ea
sha256 7ba052013663f3cfc1588de7bd7cc7bc34b81a04931d6366b5367b9cdbfda8f6
sha1 323964f1fe4975e166cdeae167642ab8623e2645

install

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