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

fyne-cross @ v1.6.1

integrity

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

release notes

This version of Fyne Cross is an update that allows some underlying improvements required by the images v1.2.0

What's Changed

New Contributors

Full Changelog: https://github.com/fyne-io/fyne-cross/compare/v1.6.0...v1.6.1

download

unix · zip
curl -fL -o v1.6.1.zip https://ratatoskr.space/pkg/fyne-cross/v1.6.1.zip
                    printf '%s  %s\n' '4620b041d478b29b4cd486296d15480c7e1ff3cb836bec00c693d880b09012d7' 'v1.6.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.6.1.zip"
$out = "v1.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4620b041d478b29b4cd486296d15480c7e1ff3cb836bec00c693d880b09012d7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.1.tar.gz https://ratatoskr.space/pkg/fyne-cross/v1.6.1.tar.gz
                    printf '%s  %s\n' '3c8a515aca124c9cd40c8e6921ea3f0e32d8f32e0b985ab2df0ae69531d450aa' 'v1.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.6.1.tar.gz"
$out = "v1.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3c8a515aca124c9cd40c8e6921ea3f0e32d8f32e0b985ab2df0ae69531d450aa") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.6.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.1.zip
                    printf '%s  %s\n' '4620b041d478b29b4cd486296d15480c7e1ff3cb836bec00c693d880b09012d7' 'v1.6.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.1.zip"
$out = "v1.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4620b041d478b29b4cd486296d15480c7e1ff3cb836bec00c693d880b09012d7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.1.tar.gz
                    printf '%s  %s\n' '3c8a515aca124c9cd40c8e6921ea3f0e32d8f32e0b985ab2df0ae69531d450aa' 'v1.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.1.tar.gz"
$out = "v1.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3c8a515aca124c9cd40c8e6921ea3f0e32d8f32e0b985ab2df0ae69531d450aa") { throw "sha256 mismatch" }
artifact format size hashes
v1.6.1.zip zip 80.6 KiB
blake3-24 32401cb18fd6e6889f7c886b549db5befa9d8e46845ce76d
sha256 4620b041d478b29b4cd486296d15480c7e1ff3cb836bec00c693d880b09012d7
sha1 b0f9da13821a1de4e25d665b2244e4efd2e3e58a
v1.6.1.tar.gz tar.gz 58.0 KiB
blake3-24 69361fbd303482c2282eea07f1583fca55d45f71203b2bfb
sha256 3c8a515aca124c9cd40c8e6921ea3f0e32d8f32e0b985ab2df0ae69531d450aa
sha1 0a3dad36e228b7501b1ea2fcf37ef1d5b360d7d0

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.6.1.zip zip 81.8 KiB
blake3-24 b80e3bfe2c1096be69a76453698fe2c1fa006994ab6ea5c1
sha256 d617fbeb53ff334fb1af6b13d9fb608df2441b7723c0849f11b74a9c7f1fdf9f
sha1 5917cbb4f6b0a436446a4fd64b7b78851953fe8d

install

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