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

fyne @ v1.4.3

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

We hope that everyone had a good holiday and enjoyed the festivities. Now that 2021 is here we are hard back at work, here is the latest bugfix release with a load of tasty fixes for you :).

Fixed

We are hard at work for the 2.0 release now which should be with you in 3 weeks.

download

unix · zip
curl -fL -o v1.4.3.zip https://ratatoskr.space/pkg/fyne/v1.4.3.zip
                    printf '%s  %s\n' '794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892' 'v1.4.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v1.4.3.zip"
$out = "v1.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.3.tar.gz https://ratatoskr.space/pkg/fyne/v1.4.3.tar.gz
                    printf '%s  %s\n' 'ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb' 'v1.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v1.4.3.tar.gz"
$out = "v1.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.4.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.zip
                    printf '%s  %s\n' '794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892' 'v1.4.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.zip"
$out = "v1.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.tar.gz
                    printf '%s  %s\n' 'ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb' 'v1.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.tar.gz"
$out = "v1.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb") { throw "sha256 mismatch" }
artifact format size hashes
v1.4.3.zip zip 9.6 MiB
blake3-24 37fd0e950d5586c134f24a4b369d43f56ce30c63be1f7d7f
sha256 794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892
sha1 dc6c5028ef3061d1c1e81ae6668d0fda14c32cf2
v1.4.3.tar.gz tar.gz 8.5 MiB
blake3-24 d1fdda5d39b03ac19ae42c67899cc622df86f7dfe498bfd9
sha256 ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb
sha1 9752e1658ff90e8272feee93c21dde270c88035c

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.3.zip zip 5.9 MiB
blake3-24 1ef56605c34566ab8609f30653b94e6943b514a98cc72939
sha256 0433bc71b81057121280940dddd35c097af5250cdb8a967c65a04b725c9f3fb5
sha1 d920a7e5c00c5ed48a209a36211c86834d95b1e4

install

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