vault / fyne-cross / v1.6.3
fyne-cross @ v1.6.3
integrity
- size
- 83.4 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/fyne-io/fyne-cross
release notes
What's Changed
- Ensure glibc version compatible with libraries linked elsewhere by @sdassow in https://github.com/fyne-io/fyne-cross/pull/367
- Use correct parameter names by @sdassow in https://github.com/fyne-io/fyne-cross/pull/349
- Fixing web upload with k8s by @andydotxyz in https://github.com/fyne-io/fyne-cross/pull/364
- Bump dependency versions
Full Changelog: https://github.com/fyne-io/fyne-cross/compare/v1.6.2...v1.6.3
download
unix · zip
curl -fL -o v1.6.3.zip https://ratatoskr.space/pkg/fyne-cross/v1.6.3.zip
printf '%s %s\n' '98d62ebac30579baf93b5c04b6d1a03e792cb80b2f5bae38929e61f654182a98' 'v1.6.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.6.3.zip"
$out = "v1.6.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98d62ebac30579baf93b5c04b6d1a03e792cb80b2f5bae38929e61f654182a98") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.3.tar.gz https://ratatoskr.space/pkg/fyne-cross/v1.6.3.tar.gz
printf '%s %s\n' '421d34654133724b9d73668f640c22b82a61cc90b23f1a6ca4109f03ec6055e2' 'v1.6.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne-cross/v1.6.3.tar.gz"
$out = "v1.6.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "421d34654133724b9d73668f640c22b82a61cc90b23f1a6ca4109f03ec6055e2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.6.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.3.zip
printf '%s %s\n' '98d62ebac30579baf93b5c04b6d1a03e792cb80b2f5bae38929e61f654182a98' 'v1.6.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.3.zip"
$out = "v1.6.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "98d62ebac30579baf93b5c04b6d1a03e792cb80b2f5bae38929e61f654182a98") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.6.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.3.tar.gz
printf '%s %s\n' '421d34654133724b9d73668f640c22b82a61cc90b23f1a6ca4109f03ec6055e2' 'v1.6.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.3.tar.gz"
$out = "v1.6.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "421d34654133724b9d73668f640c22b82a61cc90b23f1a6ca4109f03ec6055e2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.6.3.zip | zip | 82.2 KiB |
blake3-24 68fee516896611dbbeb8b1b018c93e78bf27f6ddd48ce5d2
sha256 98d62ebac30579baf93b5c04b6d1a03e792cb80b2f5bae38929e61f654182a98
sha1 fba14bd06e516b792ce7c899cd61ad8b05fed86e
|
| v1.6.3.tar.gz | tar.gz | 59.2 KiB |
blake3-24 15fabb399e623319f2c4c2b8b5b42471cd3a4583c856313a
sha256 421d34654133724b9d73668f640c22b82a61cc90b23f1a6ca4109f03ec6055e2
sha1 37e83fd9fee56e333c98e432995d2df80f110deb
|
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.3.zip | zip | 83.4 KiB |
blake3-24 fe8060b8c12c569c824ca32d27c2ef926d24d2feda5aaaef
sha256 bd67fd17357127e7185c598cb0d2e5630460f98fb7d86fae9d4c9a4229cfa5a0
sha1 ec75adcab2fd3756f64329732dafea907b1ca599
|
install
bazel
http_archive(
name = "fyne-cross",
urls = ["https://ratatoskr.space/pkg/fyne-cross/v1.6.3.tar.gz"],
integrity = "sha256-Qh00ZUEzckudc2aPZAwiuCphzJCyPxpspBCfA+xgVeI=",
strip_prefix = "fyne-cross-v1.6.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne-cross/v1.6.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne-cross@v1.6.3
install via yggdrasil mesh
bazel
http_archive(
name = "fyne-cross",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.3.tar.gz"],
integrity = "sha256-Qh00ZUEzckudc2aPZAwiuCphzJCyPxpspBCfA+xgVeI=",
strip_prefix = "fyne-cross-v1.6.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross/v1.6.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne-cross@v1.6.3